Skip to content

Install Kustomize

Actions
Install Kustomize and add it to the $PATH
v1
Latest
Star (1)

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

Install Kustomize is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install Kustomize and add it to the $PATH
v1
Latest

Install Kustomize is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.