mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:44:33 +00:00
- Removed all logic that read or set NAMESPACE/PROLE_NAMESPACE from the shell environment or wrote it to env.sh.
- prole.cfg is now the sole source of truth for the namespace value, loaded exclusively by prole_cfg.sh.
- etc/prole_cfg.sh & mock_val/prole_cfg.sh: Removed kubectl-context fallback and default for PROLE_NAMESPACE.
- Shell scripts (init_*.sh): Replaced NAMESPACE=${NAMESPACE:-...} with NAMESPACE="${PROLE_NAMESPACE}".
- Python (actions, environment, milestone): Removed env["PROLE_NAMESPACE"] from subprocess env dicts and env.sh.
- etc/init_cloudnative_pg.sh: Removed DB_PASSWORD env fallback for secret creation.
Co-authored-by: Junie <junie@jetbrains.com>
|
||
|---|---|---|
| .. | ||
| pg_prolelog | ||
| postgresql | ||
| schema | ||
| .prole_user_password | ||
| .version | ||
| 10_pg_tde_openbao.sh | ||
| bulk_insert.sql | ||
| cr_prole_db_wells.sql | ||
| cr_prole_mssql_fdw.sql | ||
| docker-ensure-initdb.sh | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| Dockerfile.percona.template | ||
| Dockerfile.postgres.template | ||
| grafana-dashboard.json | ||
| init_prole_app.sql | ||
| pg_prolelog.Makefile | ||
| prole-db-entrypoint.sh | ||
| prole-db-iscsi-data001.yaml | ||
| prole-db-ssh-openbao.sh | ||
| requirements.txt | ||
| supabase.md | ||