Skip to content

Instantly share code, notes, and snippets.

@PyYoshi
Created May 19, 2020 00:48
Show Gist options
  • Save PyYoshi/d4b48a0b186bea7ee4ffd00e0933da7f to your computer and use it in GitHub Desktop.
Save PyYoshi/d4b48a0b186bea7ee4ffd00e0933da7f to your computer and use it in GitHub Desktop.

Revisions

  1. PyYoshi created this gist May 19, 2020.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    - name: Setup helm-kubeval
    env:
    KUBEVAL_VERSION: 0.15.0
    run: |
    curl -L "https://github.com/instrumenta/kubeval/releases/download/$KUBEVAL_VERSION/kubeval-linux-amd64.tar.gz" -o /tmp/kubeval-linux-amd64.tar.gz
    tar xvf /tmp/kubeval-linux-amd64.tar.gz -C /tmp
    chmod +x /tmp/kubeval
    mv /tmp/kubeval /usr/local/bin/
    kubeval --version
    helm plugin install https://github.com/instrumenta/helm-kubeval
    helm plugin list