Skip to content

syntaqx/setup-kustomize

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Setup Kustomize

This action sets up kustomize for use in actions by:

  • Downloading and caching a version of kustomize, optionally by version, and adding to $PATH
steps:
  - uses: syntaqx/setup-kustomize@v1
  - run: kustomize version
steps:
  - uses: syntaqx/setup-kustomize@v1
    with:
      kustomize-version: 5.0.1
  - run: kustomize version

About

Install kustomize in your workflow

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published