Remove debugging;Revert default quotes;Test dynamic helm chart values
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-10 09:54:41 +02:00
parent 0b97ae2fc5
commit d6c885240a
3 changed files with 59 additions and 50 deletions

View File

@ -66,11 +66,23 @@ components:
- path: /
pathType: Prefix
argo-cd:
argocd:
helm:
version: 4.9.7 # (= ArgoCD v2.4.2)
chart: argo/argo-cd
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
chart_values:
server:
extraArgs:
- --insecure
ingress:
enabled: true
hosts:
- gitops.[% vapp['metacluster.fqdn'] %]
configs:
secret:
argocdServerAdminPassword: "[% vapp['guestinfo.rootpw'] | password_hash('bcrypt') %]"
dependencies: