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