actionhippie/actionhippie-kustomize
Build manifests based on Kustomize
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actionhippie/kustomize@71318607e2c13073edb298a11262c153bfa0929a # v3.5.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Override all kustomize arguments | no | — |
| target | Optional path to write output into | no | — |
| workingdir | Switch into this directory before execution | no | — |
| stack_trace | Print a stack-trace on error | no | false |
| enable_alpha_plugins | Enable Kustomize alpha plugins | no | false |
| enable_exec | Enable support for exec functions | no | false |
| enable_helm | Enable Helm inflator generator | yes | false |
| enable_managedby_label | Inject app.kubernetes.io/managed-by labels | yes | false |
| enable_star | Enable support for starlark functions | yes | false |
| load_restrictor | Override load restrictions | no | — |
| reorder | Reorder resources before output | no | — |
| path | Path to read, defaults to current directory | no | — |
| Print messages directly, defaults to `true` | no | true | |
| version | Use a specific version of Kustomize | no | — |
| helm | Use a specific version of Helm | no | — |
| ksops | Use a specific version of Ksops | no | — |
| gpgkey | Private GnuPG key for KSOPS integration | no | — |
Outputs
| name | description |
|---|---|
| manifest | Generated manifest for Kubernetes |