From a339cd506bf9360b5e715cc629d13e57c62e1989 Mon Sep 17 00:00:00 2001 From: "jing.zhao" Date: Wed, 10 Jun 2020 12:54:18 +0800 Subject: [PATCH] [CLOUD-953]Update argo-hubble default sa privileges --- 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 9fb90cb8..e3477821 100644 --- a/charts/argo/templates/workflow-controller-clusterrole.yaml +++ b/charts/argo/templates/workflow-controller-clusterrole.yaml @@ -21,6 +21,7 @@ rules: - "" resources: - configmaps + - secrets verbs: - get - watch