We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efc311 commit 3af692bCopy full SHA for 3af692b
charts/kubechecks/templates/rolebinding.yaml
@@ -5,7 +5,7 @@ metadata:
5
namespace: {{ .Values.argocd.namespace }}
6
roleRef:
7
kind: Role
8
- name: kubechecks
+ name: {{ include "kubechecks.fullname" . }}
9
apiGroup: rbac.authorization.k8s.io
10
subjects:
11
- kind: ServiceAccount
0 commit comments