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 66a3c13Copy full SHA for 66a3c13
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.0
+version: 0.5.1
5
type: application
6
maintainers:
7
- name: zapier
charts/kubechecks/templates/role.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
- name: kubechecks
+ name: {{ include "kubechecks.fullname" . }}
namespace: {{ .Values.argocd.namespace }}
rules:
- apiGroups:
charts/kubechecks/templates/rolebinding.yaml
kind: RoleBinding
roleRef:
0 commit comments