feat: harden bootstrap and add tests

This commit is contained in:
2026-06-28 16:43:03 -05:00
parent 01ea9e391d
commit 991e73fcff
39 changed files with 3399 additions and 459 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -euo pipefail
# Deploy Postgres for la-huasca in its own namespace
NAMESPACE="lahuasca"
NAMESPACE="${NAMESPACE:-lahuasca}"
SECRET_NAME="la-huasca-db-secrets"
PVC_NAME="postgres-data"