From 6dcb0ff8f79f3b5b2d94cf8a32b051c91f84a9c3 Mon Sep 17 00:00:00 2001 From: Adrian Berger Date: Mon, 7 Oct 2024 10:44:34 +0200 Subject: [PATCH] fix: Do not create rbac for argocd in vcluster helm chart --- charts/vcluster/ci/components-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/vcluster/ci/components-values.yaml b/charts/vcluster/ci/components-values.yaml index 41a924c7..d9b95c61 100644 --- a/charts/vcluster/ci/components-values.yaml +++ b/charts/vcluster/ci/components-values.yaml @@ -31,3 +31,6 @@ global: labelSelector: matchLabels: foo: bar +lifecycle: + argocd: + rbac: false