Add an explicit ArgoCD sync and health-poll script
This commit is contained in:
@@ -22,15 +22,6 @@ secret:
|
||||
# is enabled — signs/verifies every JWT. Must be the same value both
|
||||
# services see, which sharing one Secret key already guarantees.
|
||||
jwtSecret: ""
|
||||
# Required (chart render fails without it) once authService.seed.enabled is
|
||||
# true — the seed job's ON CONFLICT DO NOTHING means whatever password goes
|
||||
# in on the first run is what `admin`/`demo` keep, permanently. Forcing this
|
||||
# to be set explicitly (no "1" default) stops a real deployment from ever
|
||||
# seeding the guessable dev password. Local/Compose dev is unaffected: that
|
||||
# path calls seed.js directly with no env vars set, which still falls back
|
||||
# to "1" in apps/auth-service/src/config.ts.
|
||||
adminSeedPassword: ""
|
||||
demoSeedPassword: ""
|
||||
|
||||
# AWS credentials for Bedrock (query embedding, rerank, generation).
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user