Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Enabled to operate the version of kubeval #38

Merged
merged 1 commit into from May 27, 2021

Conversation

wadason
Copy link
Contributor

@wadason wadason commented May 27, 2021

Hi. I want to use the new version of kubeval, so I made it possible to change the version of kubeval with an argument like other tools.

I have confirmed that the github actions I use in my project behave as intended.

here is my workflow.

- name: Run Kubernetes tools
      uses: wadason/kube-tools@add-kubeval-to-entrypoint
      with:
        kubectl: 1.18.2
        kustomize: 3.8.5
        kubeval: v0.16.1
        command: |
          echo "Run kubeval"
          kubeval --version

and here is output.
スクリーンショット 2021-05-27 18 16 39

Copy link
Owner

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @wadason

@stefanprodan stefanprodan merged commit 99ef4cc into stefanprodan:master May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants