From 23103c15ab72f237dcb109205f919ecdec7eb84b Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Mon, 30 Oct 2023 15:51:50 +0200 Subject: [PATCH] Add notification cluster role Signed-off-by: drfaust92 --- charts/argo-cd/templates/argocd-notifications/clusterrole.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml b/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml index 708e0dd3..1d2e0fd7 100644 --- a/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml +++ b/charts/argo-cd/templates/argocd-notifications/clusterrole.yaml @@ -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 }}