diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3195cd..4a643351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/deploy/helm/zookeeper-operator/templates/roles.yaml b/deploy/helm/zookeeper-operator/templates/roles.yaml index a69a9d8c..1ec59f2d 100644 --- a/deploy/helm/zookeeper-operator/templates/roles.yaml +++ b/deploy/helm/zookeeper-operator/templates/roles.yaml @@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: {{ .Release.Name }}-clusterrole + name: {{ include "operator.fullname" . }}-clusterrole rules: - apiGroups: - ""