Skip to content

Commit

Permalink
Comment out cleanup steps in K8s ARC Runner workflow for NGINX deploy…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
prasadhonrao committed Dec 6, 2024
1 parent 6e55880 commit c053776
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/k8s-arc-runner-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
kubectl describe deployment nginx-deployment
# Optional: Clean up the deployment after the demo
- name: Clean up deployment
run: |
kubectl delete deployment nginx-deployment
kubectl delete service nginx-deployment
# - name: Clean up deployment
# run: |
# kubectl delete deployment nginx-deployment
# kubectl delete service nginx-deployment

0 comments on commit c053776

Please sign in to comment.