chore(argo-cd): Move notification configs (#1419)
* Move notification configs to config dir Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Use expected names for notification configs Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Fix notification role Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
c06aef63d8
commit
3930788628
9 changed files with 8 additions and 41 deletions
|
|
@ -28,7 +28,7 @@ rules:
|
|||
- apiGroups:
|
||||
- ""
|
||||
resourceNames:
|
||||
- {{ include "argo-cd.notifications.configMapName" . }}
|
||||
- argocd-notifications-cm
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
|
|
@ -36,7 +36,7 @@ rules:
|
|||
- apiGroups:
|
||||
- ""
|
||||
resourceNames:
|
||||
- {{ include "argo-cd.notifications.secretName" . }}
|
||||
- argocd-notifications-secret
|
||||
resources:
|
||||
- secrets
|
||||
verbs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue