fix(argo-rollouts): Add ConfigMap read access to support notification-engine (#812)

* Add configmap read access

Signed-off-by: Aditya Menon <aditya.menon@spin.pm>

* Retrigger CI pipeline

Signed-off-by: Aditya Menon <aditya.menon@spin.pm>

* Match upstream manifest definition

Follow the same pattern on argo-rollouts repo

Signed-off-by: Aditya Menon <aditya.menon@spin.pm>
This commit is contained in:
Aditya Menon 2021-07-07 17:17:35 +02:00 committed by GitHub
parent b78109c4f3
commit a807d24c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -77,10 +77,12 @@ rules:
- watch
- patch
# secret read access to run analysis templates which reference secrets
# configmap access to read notification-engine configuration
- apiGroups:
- ""
resources:
- secrets
- configmaps
verbs:
- get
- list

View file

@ -67,10 +67,12 @@ rules:
- watch
- patch
# secret read access to run analysis templates which reference secrets
# configmap access to read notification-engine configuration
- apiGroups:
- ""
resources:
- secrets
- configmaps
verbs:
- get
- list