Skip to content

Commit

Permalink
feat(argo): Allow Argo server read access to events. (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladlosev authored Sep 22, 2020
1 parent 1c83d37 commit e3371f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/argo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.8.0
description: A Helm chart for Argo Workflows
name: argo
version: 0.12.0
version: 0.12.1
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/argo/templates/server-cluster-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rules:
- ""
resources:
- configmaps
- events
verbs:
- get
- watch
Expand Down

0 comments on commit e3371f3

Please sign in to comment.