Compare commits
No commits in common. "main" and "jonas-patch-1" have entirely different histories.
main
...
jonas-patc
@ -165,9 +165,9 @@ jobs:
|
||||
EOF
|
||||
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
# Display the manifest for debugging
|
||||
echo "--- Generated manifest: ---"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user