feat(argo): Allow Argo server read access to events. (#454)

This commit is contained in:
Vlad Losev 2020-09-22 14:35:26 -07:00 committed by GitHub
parent 1c83d371a5
commit e3371f333f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.8.0 appVersion: v2.8.0
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
name: argo name: argo
version: 0.12.0 version: 0.12.1
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
maintainers: maintainers:

View file

@ -8,6 +8,7 @@ rules:
- "" - ""
resources: resources:
- configmaps - configmaps
- events
verbs: verbs:
- get - get
- watch - watch