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 a6fa8b3Copy full SHA for a6fa8b3
charts/kubechecks/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: kubechecks
3
description: A Helm chart for kubechecks
4
-version: 0.5.1
+version: 0.5.2
5
type: application
6
maintainers:
7
- name: zapier
charts/kubechecks/templates/rolebinding.yaml
@@ -5,7 +5,7 @@ metadata:
namespace: {{ .Values.argocd.namespace }}
roleRef:
kind: Role
8
- name: kubechecks
+ name: {{ include "kubechecks.fullname" . }}
9
apiGroup: rbac.authorization.k8s.io
10
subjects:
11
- kind: ServiceAccount
0 commit comments