Add configmap read access

Signed-off-by: Aditya Menon <aditya.menon@spin.pm>
This commit is contained in:
Aditya Menon 2021-06-21 23:53:28 +02:00
parent ca0a53d6eb
commit 736e27438c
No known key found for this signature in database
GPG key ID: D42EC9FA17160F8A
3 changed files with 20 additions and 2 deletions

View file

@ -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:

View file

@ -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:
- ""

View file

@ -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:
- ""