Skip to content

Commit

Permalink
Update name of operator clusterrole (#518)
Browse files Browse the repository at this point in the history
# Description

Leftover from #517
  • Loading branch information
nightkr committed Jul 6, 2022
1 parent b1ab373 commit 7b92728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ All notable changes to this project will be documented in this file.
### Changed

- Operator-rs: 0.21.1 -> 0.22.0 ([#516]).
- Include chart name when installing with a custom release name ([#517], [#518]).

[#516]: https://github.com/stackabletech/zookeeper-operator/pull/516
[#517]: https://github.com/stackabletech/zookeeper-operator/pull/517
[#518]: https://github.com/stackabletech/zookeeper-operator/pull/518

## [0.10.0] - 2022-06-23

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/zookeeper-operator/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ .Release.Name }}-clusterrole
name: {{ include "operator.fullname" . }}-clusterrole
rules:
- apiGroups:
- ""
Expand Down

0 comments on commit 7b92728

Please sign in to comment.