Skip to content

multani/action-setup-kustomize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action to install Kustomize

This GitHub Action installs a specific version of the kustomize command line tool:

      - name: Setup Kustomize
        uses: multani/action-setup-kustomize@v1
        with:
          version: 4.0.2

      - run: kustomize version

Usage

- name: Install Kustomize
  uses: multani/action-setup-kustomize@v1

Then, simply run the kustomize command line tool.

By default, it will install one of the latest version.

You can also request a specific version of Kustomize:

- name: Install Kustomize
  uses: multani/action-setup-kustomize@v1
  with:
    version: 4.5.4

Inputs

  • version: the version of Kustomize to install. The version should be an available version from the release page.

Outputs

None.

Acknowledgements

The code of this action heavily borrows from the asdf installation script for Kustomize by Banno.

License

MIT

About

A GitHub Action to install Kustomize

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages