Created
May 19, 2020 00:48
-
-
Save PyYoshi/d4b48a0b186bea7ee4ffd00e0933da7f to your computer and use it in GitHub Desktop.
Revisions
-
PyYoshi created this gist
May 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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