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-05 14:32:11 +02:00
parent 38d9feead3
commit 09f012500f
No known key found for this signature in database
GPG key ID: D42EC9FA17160F8A
2 changed files with 4 additions and 18 deletions

View file

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

View file

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