chore(argocd-applicationset): Don't exclude chart anymore (#977)

* chore(argocd-applicationset): Don't exclude chart anymore

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* Bump chart argocd-applicationset

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* Bump minor chart version

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-10-17 20:30:37 +02:00 committed by GitHub
parent e2cb20df28
commit a992c96053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 8 deletions

View file

@ -1 +1,6 @@
# Test with default values
# Disable mounts of ArgoCD related ConfigMaps as ArgoCD isn't installed during chart testing
mountSSHKnownHostsVolume: false
mountTLSCertsVolume: false
mountGPGKeysVolume: false

View file

@ -2,3 +2,8 @@ args:
enableLeaderElection: true
replicaCount: 3
# Disable mounts of ArgoCD related ConfigMaps as ArgoCD isn't installed during chart testing
mountSSHKnownHostsVolume: false
mountTLSCertsVolume: false
mountGPGKeysVolume: false