use envsubst to inject password hash from .env into values.yaml at install time

This commit is contained in:
2026-06-14 18:17:05 +07:00
parent b6af771fd9
commit fd769794f9
2 changed files with 18 additions and 17 deletions

View File

@@ -19,8 +19,7 @@ configs:
params:
server.insecure: true # TLS terminated at Envoy Gateway
secret:
# Generate: htpasswd -nbBC 10 "" PASSWORD | tr -d ':\n' | sed 's/$2y/$2a/'
argocdServerAdminPassword: ""
argocdServerAdminPassword: "$ARGOCD_ADMIN_PASSWORD_HASH"
argocdServerAdminPasswordMtime: "2025-01-01T00:00:00Z"
server: