Skip to content

Commit

Permalink
Merge pull request #66 from yellowhat/main
Browse files Browse the repository at this point in the history
 kepler(0.5.9): fix different name between ClusterRole refs
  • Loading branch information
rootfs authored Aug 6, 2024
2 parents 5cadc04 + 1b6bc92 commit 449a5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/kepler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ annotations:
url: https://keybase.io/bradmccoydev/pgp_keys.asc
type: application
version: 0.5.8
version: 0.5.9
appVersion: release-0.7.11
4 changes: 2 additions & 2 deletions chart/kepler/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ metadata:
name: {{ include "kepler.name" . }}-clusterrole-binding
roleRef:
kind: ClusterRole
name: {{ .Chart.Name }}-clusterrole
name: {{ include "kepler.name" . }}-clusterrole
apiGroup: "rbac.authorization.k8s.io"
subjects:
- kind: ServiceAccount
name: {{ include "kepler.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
namespace: {{ .Release.Namespace }}

0 comments on commit 449a5b8

Please sign in to comment.