Compare commits
No commits in common. "dec2eaf901abb15584e255ad6e963f211560be5e" and "e13f028e79d477ae2c565f8091cc8723c592013c" have entirely different histories.
dec2eaf901
...
e13f028e79
@ -165,9 +165,9 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
kubectl delete deployment "${REPO_NAME}" -n gitea-deployment --ignore-not-found
|
kubectl delete deployment ${REPO_NAME} -n gitea-deployment
|
||||||
kubectl delete service "${REPO_NAME}" -n gitea-deployment --ignore-not-found
|
kubectl delete service ${REPO_NAME} -n gitea-deployment
|
||||||
kubectl delete ingress "${REPO_NAME}-ingress" -n gitea-deployment --ignore-not-found
|
kubectl delete ingress ${REPO_NAME}-ingress -n gitea-deployment
|
||||||
|
|
||||||
# Display the manifest for debugging
|
# Display the manifest for debugging
|
||||||
echo "--- Generated manifest: ---"
|
echo "--- Generated manifest: ---"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user