Skip to content

Commit

Permalink
fix: clusterole name (#392)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthis Holleville <matthish29@gmail.com>
  • Loading branch information
matthisholleville authored May 9, 2023
1 parent 5d4e591 commit 123b8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8sgpt/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.2.4 #x-release-please-version
appVersion: v0.3.0 #x-release-please-version
description: A Helm chart for K8SGPT
name: k8sgpt
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/k8sgpt/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ subjects:
namespace: {{ .Release.Namespace | quote }}
roleRef:
kind: ClusterRole
name: k8sgpt-cluster-role-all
name: {{ template "k8sgpt.fullname" . }}
apiGroup: rbac.authorization.k8s.io

0 comments on commit 123b8a6

Please sign in to comment.