From 195180e4d9ad84132c3b705f74930fe2e793dd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Fri, 21 May 2021 16:33:28 +0200 Subject: [PATCH] Correct ct MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- charts/argocd-applicationset/ci/default-values.yaml | 2 +- charts/argocd-applicationset/ci/leader-election-values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argocd-applicationset/ci/default-values.yaml b/charts/argocd-applicationset/ci/default-values.yaml index 99267a26..ba6ee361 100644 --- a/charts/argocd-applicationset/ci/default-values.yaml +++ b/charts/argocd-applicationset/ci/default-values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 -installCRDs: false # this needs to be false with ct +installCRDs: true # this needs to be true with ct (install) image: # The image repository diff --git a/charts/argocd-applicationset/ci/leader-election-values.yaml b/charts/argocd-applicationset/ci/leader-election-values.yaml index 11c8065b..7b7732ac 100644 --- a/charts/argocd-applicationset/ci/leader-election-values.yaml +++ b/charts/argocd-applicationset/ci/leader-election-values.yaml @@ -3,9 +3,9 @@ args: replicaCount: 3 -installCRDs: false +installCRDs: true mountSSHKnownHostsVolume: false mountTLSCertsVolume: false mountGPGKeysVolume: false -mountGPGKeyringVolume: false \ No newline at end of file +mountGPGKeyringVolume: false