chore(k3s): set OPS_DEFAULT_ADMIN_PASSWORD in dev secrets template
Replace the "change-me-before-apply" placeholder with a usable dev default so the manifest applies cleanly out of the box. Production deployments should still override this via their own secret source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ stringData:
|
||||
MINIO_ROOT_PASSWORD: minioadmin
|
||||
JWT_SECRET: geo-web-change-me-in-production
|
||||
OPS_JWT_SECRET: geo-ops-change-me-in-production
|
||||
OPS_DEFAULT_ADMIN_PASSWORD: change-me-before-apply
|
||||
OPS_DEFAULT_ADMIN_PASSWORD: Aa123456
|
||||
SCHEDULER_INTERNAL_METRICS_TOKEN: geo-metrics-token
|
||||
config.local.yaml: |
|
||||
database:
|
||||
|
||||
Reference in New Issue
Block a user