deploy: clean up network policies
All checks were successful
/ continuous-deploy (push) Successful in 20s

This commit is contained in:
Márcio Fernandes
2026-03-22 13:07:25 +00:00
parent a0860185d6
commit 9b36b595b8
12 changed files with 116 additions and 133 deletions

View File

@@ -2,6 +2,6 @@
set -e
echo "Executing infra deploy."
kubectl kustomize deploy/infra | kubectl apply -f -
kubectl kustomize deploy/infra | kubectl -n git-limbosolutions-com apply -f -