Add notification cluster role
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
parent
02f4a8bedd
commit
23103c15ab
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ metadata:
|
||||||
rules:
|
rules:
|
||||||
{{- with .Values.notifications.clusterRoleRules.rules }}
|
{{- with .Values.notifications.clusterRoleRules.rules }}
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- else }}
|
{{- end }}
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "argoproj.io"
|
- "argoproj.io"
|
||||||
resources:
|
resources:
|
||||||
|
@ -20,4 +20,3 @@ rules:
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
|
|
Loading…
Reference in a new issue