actions-marketplace-validations/Kustomize Github Action
Github action for kustomize - manily to perform kustomize build for the k8s config yamls
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 5, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/karancode_kustomize-github-action@883a86ec3535e4e7d0fe6450a85f8325c97d2a7b # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kustomize_version | Kustomize version | yes | 3.0.0 |
| kustomize_install | whether to install kustomize or use already installed | no | 1 |
| kustomize_build_dir | Directory to do kustomize build on | no | . |
| kustomize_comment | Comment kustomize output | no | 0 |
| kustomize_output_file | Path to file to write the kustomize build output to | no | "" |
| kustomize_build_options | Provide build options to kustomize build | no | "" |
| enable_alpha_plugins | Enable Kustomize plugins | no | 0 |
| token | GitHub Token for Authentication to Github API (mainly for limit avoidance) | no | "" |
Outputs
| name | description |
|---|---|
| kustomize_build_output | Output of kustomize build |