We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf89202 commit 477e6caCopy full SHA for 477e6ca
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Changed
8
+
9
+- Include chart name when installing with a custom release name ([#97])
10
11
+[#97]: https://github.com/stackabletech/spark-k8s-operator/pull/92
12
13
## [0.3.0] - 2022-06-30
14
15
### Added
deploy/helm/spark-k8s-operator/templates/roles.yaml
@@ -2,7 +2,7 @@
2
apiVersion: rbac.authorization.k8s.io/v1
3
kind: ClusterRole
metadata:
- name: {{ .Release.Name }}-clusterrole
+ name: {{ include "operator.fullname" . }}-clusterrole
rules:
- apiGroups:
- ""
0 commit comments