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:
parent
445b2757f5
commit
6f8aea3750
2 changed files with 5 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue