An open API service indexing awesome lists of open source software.

https://github.com/nedap/setup-kustomize


https://github.com/nedap/setup-kustomize

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

This action sets up kustomize for use in actions by:

- Downloading and caching a version of `kustomize`, optionally by version, and adding to `$PATH`

```yaml
steps:
- uses: nedap/setup-kustomize@v1
- run: kustomize version
```

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