Add configmap read access
Signed-off-by: Aditya Menon <aditya.menon@spin.pm>
This commit is contained in:
parent
ca0a53d6eb
commit
736e27438c
3 changed files with 20 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
appVersion: "v1.0.1"
|
||||
appVersion: "v1.0.2"
|
||||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
|
@ -85,6 +85,15 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
# configmap read access to support notification-engine
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
# pod list/update needed for updating ephemeral data
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
|
|
@ -75,6 +75,15 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
# configmap read access to support notification-engine
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
# pod list/update needed for updating ephemeral data
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
|
Loading…
Reference in a new issue