fix(cd): ensure workclub-dev namespace exists before deployment
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 59s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 26s
CI Pipeline / Infrastructure Validation (push) Successful in 4s

This commit is contained in:
WorkClub Automation
2026-03-10 20:40:29 +01:00
parent 641a6d0af0
commit c9841d6cfc

View File

@@ -79,5 +79,9 @@ jobs:
fi
echo "Current context: $(kubectl config current-context)"
# Ensure target namespace exists
kubectl create namespace workclub-dev --dry-run=client -o yaml | kubectl apply -f -
kubectl config view --minify # Verification of context
kubectl apply -k infra/k8s/overlays/dev