We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2180258 commit 13eb726Copy full SHA for 13eb726
2 files changed
charts/database/templates/database-clusterrole.yaml
@@ -2,7 +2,7 @@
2
apiVersion: rbac.authorization.k8s.io/v1
3
kind: ClusterRole
4
metadata:
5
- name: drycc-database
+ name: {{ printf "%s:drycc-database" .Release.Namespace | quote }}
6
rules:
7
- apiGroups:
8
- ""
charts/database/templates/database-clusterrolebinding.yaml
@@ -2,11 +2,11 @@
kind: ClusterRoleBinding
roleRef:
apiGroup: rbac.authorization.k8s.io
9
10
subjects:
11
- kind: ServiceAccount
12
name: drycc-database
0 commit comments