Skip to content

Commit

Permalink
fix(argo-rollouts): Add ConfigMap read access to support notification…
Browse files Browse the repository at this point in the history
…-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>
  • Loading branch information
aditmeno authored Jul 7, 2021
1 parent b78109c commit a807d24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argo-rollouts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions charts/argo-rollouts/templates/argo-rollouts-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a807d24

Please sign in to comment.