Merge branch 'master' into feat/annotations
This commit is contained in:
commit
171564438b
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "v1.0.1"
|
appVersion: "v1.0.2"
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
|
|
|
@ -77,10 +77,12 @@ rules:
|
||||||
- watch
|
- watch
|
||||||
- patch
|
- 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:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
- secrets
|
- secrets
|
||||||
|
- configmaps
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
|
|
|
@ -67,10 +67,12 @@ rules:
|
||||||
- watch
|
- watch
|
||||||
- patch
|
- 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:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
- secrets
|
- secrets
|
||||||
|
- configmaps
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
|
|
Loading…
Reference in a new issue