Add notification cluster role

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
drfaust92 2023-10-30 15:51:50 +02:00
parent 02f4a8bedd
commit 23103c15ab

View file

@ -8,7 +8,7 @@ metadata:
rules:
{{- with .Values.notifications.clusterRoleRules.rules }}
{{- toYaml . | nindent 2 }}
{{- else }}
{{- end }}
- apiGroups:
- "argoproj.io"
resources:
@ -19,5 +19,4 @@ rules:
- watch
- update
- patch
{{- end }}
{{- end }}