From e9a8cd6420918838e1c35de2c69c04e85a00ab23 Mon Sep 17 00:00:00 2001 From: Hironori Yamamoto Date: Tue, 10 May 2022 05:36:15 +0900 Subject: [PATCH] Add missing create verb to pod/exec for the workflow role (#1231) Signed-off-by: Hironori Yamamoto Co-authored-by: Marco Kilchhofer --- charts/argo-workflows/Chart.yaml | 4 ++-- .../argo-workflows/templates/controller/workflow-role.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 49d5b4a8..c8fd0491 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.14.4 +version: 0.14.5 appVersion: v3.3.2 icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm @@ -15,4 +15,4 @@ maintainers: - name: benjaminws annotations: artifacthub.io/changes: | - - "[Fixed]: Fixed failing when digests and tags longer than 63 characters" + - "[Fixed]: Add missing create verb to pod/exec for the workflow role" diff --git a/charts/argo-workflows/templates/controller/workflow-role.yaml b/charts/argo-workflows/templates/controller/workflow-role.yaml index fc227ea6..8ad52ee6 100644 --- a/charts/argo-workflows/templates/controller/workflow-role.yaml +++ b/charts/argo-workflows/templates/controller/workflow-role.yaml @@ -24,6 +24,12 @@ rules: verbs: - get - watch + - apiGroups: + - "" + resources: + - pods/exec + verbs: + - create - apiGroups: - argoproj.io resources: