From e3c4fae4dac54820ab9b93f40b813a91da00c674 Mon Sep 17 00:00:00 2001 From: Badal Kumar Prusty Date: Sat, 20 Jul 2024 22:35:39 +0530 Subject: [PATCH] add secrets read access from all namespace --- charts/argo-workflow/Chart.yaml | 2 +- charts/argo-workflow/templates/service-account-crb.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo-workflow/Chart.yaml b/charts/argo-workflow/Chart.yaml index b1e84dd9..4f6a98c1 100644 --- a/charts/argo-workflow/Chart.yaml +++ b/charts/argo-workflow/Chart.yaml @@ -1,6 +1,6 @@ name: argo-workflow description: Chart to deploy argo-workflow -version: 0.1.6 +version: 0.1.7 apiVersion: v1 maintainers: - email: pawan@devtron.ai diff --git a/charts/argo-workflow/templates/service-account-crb.yaml b/charts/argo-workflow/templates/service-account-crb.yaml index ecd8729e..292c49f4 100644 --- a/charts/argo-workflow/templates/service-account-crb.yaml +++ b/charts/argo-workflow/templates/service-account-crb.yaml @@ -112,6 +112,7 @@ rules: - "" resources: - configmaps + - secrets verbs: - get - watch