From 004daae2496e0a4d1df46dc0dde4dd11d4eef124 Mon Sep 17 00:00:00 2001 From: "jing.zhao" Date: Wed, 17 Jun 2020 11:40:31 +0800 Subject: [PATCH] [CLOUD-974] add pods/log in argo-workflow-controller-cluster-role --- charts/argo/templates/workflow-controller-clusterrole.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo/templates/workflow-controller-clusterrole.yaml b/charts/argo/templates/workflow-controller-clusterrole.yaml index e3477821..6b99a14a 100644 --- a/charts/argo/templates/workflow-controller-clusterrole.yaml +++ b/charts/argo/templates/workflow-controller-clusterrole.yaml @@ -9,6 +9,7 @@ rules: resources: - pods - pods/exec + - pods/log verbs: - create - get