fix(argo-cd): fix argo-cd notifications resource names in role (#1340)

* fix(argo-cd): fix argo-cd notifications resource names in role

Signed-off-by: Gabriele Diener <gabriele.diener@klarna.com>

* fix(argo-cd): fix chart version

Signed-off-by: Gabriele Diener <gabriele.diener@klarna.com>
This commit is contained in:
Gabriele 2022-06-23 16:43:30 +02:00 committed by GitHub
parent 445b2757f5
commit 6f8aea3750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -28,7 +28,7 @@ rules:
- apiGroups:
- ""
resourceNames:
- {{ template "argo-cd.notifications.fullname" . }}-cm
- {{ include "argo-cd.notifications.configMapName" . }}
resources:
- configmaps
verbs:
@ -36,7 +36,7 @@ rules:
- apiGroups:
- ""
resourceNames:
- {{ template "argo-cd.notifications.fullname" . }}-secret
- {{ include "argo-cd.notifications.secretName" . }}
resources:
- secrets
verbs: