Compare commits

...

2 Commits

Author SHA1 Message Date
dec2eaf901 Merge pull request 'Update .gitea/workflows/dockerK3s.yaml' (#2) from jonas-patch-2 into main
All checks were successful
Build, Publish Docker Image, and Deploy to Kubernetes / build_and_push (push) Successful in 2s
Build, Publish Docker Image, and Deploy to Kubernetes / deploy_to_k8s (push) Successful in 12s
Reviewed-on: #2
2025-06-15 21:57:30 +00:00
0674523477 Update .gitea/workflows/dockerK3s.yaml 2025-06-15 21:57:18 +00:00

View File

@ -165,9 +165,9 @@ jobs:
EOF
kubectl delete deployment ${REPO_NAME} -n gitea-deployment
kubectl delete service ${REPO_NAME} -n gitea-deployment
kubectl delete ingress ${REPO_NAME}-ingress -n gitea-deployment
kubectl delete deployment "${REPO_NAME}" -n gitea-deployment --ignore-not-found
kubectl delete service "${REPO_NAME}" -n gitea-deployment --ignore-not-found
kubectl delete ingress "${REPO_NAME}-ingress" -n gitea-deployment --ignore-not-found
# Display the manifest for debugging
echo "--- Generated manifest: ---"