Skip to content

Commit 3af692b

Browse files
committed
role binding ref name reference change.
1. change roleRef.name to use variable
1 parent 0efc311 commit 3af692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kubechecks/templates/rolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: {{ .Values.argocd.namespace }}
66
roleRef:
77
kind: Role
8-
name: kubechecks
8+
name: {{ include "kubechecks.fullname" . }}
99
apiGroup: rbac.authorization.k8s.io
1010
subjects:
1111
- kind: ServiceAccount

0 commit comments

Comments
 (0)