From cad7a0292e85515f4733852155387af672989b29 Mon Sep 17 00:00:00 2001
From: Artyom Bakhtin
Date: Wed, 6 May 2020 12:41:35 +0300
Subject: [PATCH] Remove access to secrets
Signed-off-by: Artyom Bakhtin
---
charts/argo/templates/workflow-controller-clusterrole.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/charts/argo/templates/workflow-controller-clusterrole.yaml b/charts/argo/templates/workflow-controller-clusterrole.yaml
index bc619369..20515321 100644
--- a/charts/argo/templates/workflow-controller-clusterrole.yaml
+++ b/charts/argo/templates/workflow-controller-clusterrole.yaml
@@ -26,7 +26,6 @@ rules:
- ""
resources:
- configmaps
- - secrets
verbs:
- get
- watch