Skip to content

Commit

Permalink
Use kubeconform
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Oct 25, 2023
1 parent 68e59f2 commit e9ca676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Set up Kubeconform
run: |
wget https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-linux-amd64.tar.gz
wget https://github.com/yannh/kubeconform/releases/download/v0.6.3/kubeconform-linux-amd64.tar.gz
tar xf kubeconform-linux-amd64.tar.gz
sudo cp kubeconform /usr/local/bin
- name: Validate Against Kubernetes Schema
Expand Down

0 comments on commit e9ca676

Please sign in to comment.