sollie/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
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 |