Align deploy paths and namespace with current k8s target

This commit is contained in:
2026-06-27 20:43:14 -05:00
parent 49bf370d41
commit ba920406c8
4 changed files with 15 additions and 32 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -euo pipefail
# Deploy Postgres for la-huasca in its own namespace
NAMESPACE="la-huasca"
NAMESPACE="lahuasca"
SECRET_NAME="la-huasca-db-secrets"
PVC_NAME="postgres-data"