Skip to content

Commit 477e6ca

Browse files
committed
Use operator.fullname instead of Release.Name for clusterrole. (#97)
1 parent bf89202 commit 477e6ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
713
## [0.3.0] - 2022-06-30
814

915
### Added

deploy/helm/spark-k8s-operator/templates/roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
5-
name: {{ .Release.Name }}-clusterrole
5+
name: {{ include "operator.fullname" . }}-clusterrole
66
rules:
77
- apiGroups:
88
- ""

0 commit comments

Comments
 (0)