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