https://github.com/nedap/setup-kustomize
https://github.com/nedap/setup-kustomize
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nedap/setup-kustomize
- Owner: nedap
- License: mit
- Created: 2023-10-09T12:37:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T12:43:41.000Z (over 2 years ago)
- Last Synced: 2025-03-25T04:07:55.422Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```