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

@@ -36,5 +36,5 @@ if [ -n "${APP_HELM_VALUE_GITEA_ADMIN_USERNAME:-}" ]; then
--namespace=git-limbosolutions-com
echo "executing deploy of backups jobs."
kubectl kustomize deploy/backups | kubectl apply -f -
kubectl kustomize deploy/backups | kubectl -n git-limbosolutions-com apply -f -
fi

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 -