Add notification cluster role
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
parent
03fe5f9551
commit
23414f989a
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
{{- $config := .Values.notifications.clusterAdminAccess | default dict -}}
|
||||
{{- if hasKey $config "enabled" | ternary $config.enabled .Values.createClusterRoles }}
|
||||
{{- if .Values.createClusterRoles }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue