move password hash to values.yaml, simplify helm install command

This commit is contained in:
2026-06-14 18:14:55 +07:00
parent 40d7f794aa
commit b6af771fd9
2 changed files with 24 additions and 12 deletions

View File

@@ -18,6 +18,16 @@ global:
configs:
params:
server.insecure: true # TLS terminated at Envoy Gateway
secret:
# Generate: htpasswd -nbBC 10 "" PASSWORD | tr -d ':\n' | sed 's/$2y/$2a/'
argocdServerAdminPassword: ""
argocdServerAdminPasswordMtime: "2025-01-01T00:00:00Z"
server:
replicas: 1
httproute:
enabled: true
parentRefs:
- name: envoy-gateway
namespace: gateway-system
sectionName: http