Skip to content

Commit 449a5b8

Browse files
authored
Merge pull request #66 from yellowhat/main
kepler(0.5.9): fix different name between ClusterRole refs
2 parents 5cadc04 + 1b6bc92 commit 449a5b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/kepler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ annotations:
2222
url: https://keybase.io/bradmccoydev/pgp_keys.asc
2323
2424
type: application
25-
version: 0.5.8
25+
version: 0.5.9
2626
appVersion: release-0.7.11

chart/kepler/templates/rolebinding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ metadata:
2222
name: {{ include "kepler.name" . }}-clusterrole-binding
2323
roleRef:
2424
kind: ClusterRole
25-
name: {{ .Chart.Name }}-clusterrole
25+
name: {{ include "kepler.name" . }}-clusterrole
2626
apiGroup: "rbac.authorization.k8s.io"
2727
subjects:
2828
- kind: ServiceAccount
2929
name: {{ include "kepler.serviceAccountName" . }}
30-
namespace: {{ .Release.Namespace }}
30+
namespace: {{ .Release.Namespace }}

0 commit comments

Comments
 (0)