Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This action sets up kustomize for use in actions by:

  • Downloading a pinned version of kustomize from its GitHub release and adding it to $PATH

The version defaults to a pinned release. Nothing is resolved at run time: the action does not fetch the upstream installer script and does not call the GitHub API to look up the latest release.

steps:
  - uses: nedap/setup-kustomize@v1
  - run: kustomize version
steps:
  - uses: nedap/setup-kustomize@v1
    with:
      kustomize-version: 5.0.1
  - run: kustomize version

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors