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: 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 }}