Remove debugging;Revert default quotes;Test dynamic helm chart values
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user