From e3371f333fe57733261033eb385f3cd3eed4482a Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Tue, 22 Sep 2020 14:35:26 -0700 Subject: [PATCH] feat(argo): Allow Argo server read access to events. (#454) --- charts/argo/Chart.yaml | 2 +- charts/argo/templates/server-cluster-roles.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index b9684c1d..f6df8715 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -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: diff --git a/charts/argo/templates/server-cluster-roles.yaml b/charts/argo/templates/server-cluster-roles.yaml index 8da10df2..0c8f0763 100644 --- a/charts/argo/templates/server-cluster-roles.yaml +++ b/charts/argo/templates/server-cluster-roles.yaml @@ -8,6 +8,7 @@ rules: - "" resources: - configmaps + - events verbs: - get - watch