Skip to content

Commit

Permalink
CI: Disable validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 22, 2024
1 parent a52bae1 commit 8a7611c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: apply -f deploy/ingress.yml -f deploy/service.yml -f deploy/deployment.yml -f deploy/certificate.yml
args: apply -f deploy/ingress.yml -f deploy/service.yml -f deploy/deployment.yml -f deploy/certificate.yml --validate=false
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: delete pods -l app=site-dk-tomasnorre-blog -n default
args: delete pods -l app=site-dk-tomasnorre-blog -n default --validate=false

0 comments on commit 8a7611c

Please sign in to comment.