Skip to content

Commit a6fa8b3

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kubechecks/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: kubechecks
33
description: A Helm chart for kubechecks
4-
version: 0.5.1
4+
version: 0.5.2
55
type: application
66
maintainers:
77
- name: zapier

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)