Skip to content

Commit

Permalink
role binding ref name reference change.
Browse files Browse the repository at this point in the history
1. change roleRef.name to use variable
  • Loading branch information
Greyeye committed Dec 18, 2024
1 parent 0efc311 commit 3af692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubechecks/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: {{ .Values.argocd.namespace }}
roleRef:
kind: Role
name: kubechecks
name: {{ include "kubechecks.fullname" . }}
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
Expand Down

0 comments on commit 3af692b

Please sign in to comment.