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 a404abb commit 65e5ce9Copy full SHA for 65e5ce9
charts/kubechecks/templates/role.yaml
@@ -1,7 +1,7 @@
1
apiVersion: rbac.authorization.k8s.io/v1
2
kind: Role
3
metadata:
4
- name: kubechecks
+ name: {{ include "kubechecks.fullname" . }}
5
namespace: {{ .Values.argocd.namespace }}
6
rules:
7
- apiGroups:
charts/kubechecks/templates/rolebinding.yaml
kind: RoleBinding
roleRef:
0 commit comments