int128/kustomize

Run kustomize build in parallel

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: int128/kustomize-action@7c5df9980fe7984d47f599f799f92b15657dea9e # v1.190.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
kustomizationGlob patterns to kustomization.yamlno
extra-filesGlob patterns to extra files to copyno
kustomize-build-argsExtra args to kustomize build command (multiline)no
base-directoryBase directory to compute a relative path of kustomization.yamlyes${{ github.workspace }}
retry-max-attemptsMax attempts of retry to run kustomize (0 = no retry)yes2
retry-wait-msWait before retry kustomize in millisecondsyes2000
max-processMax number of kustomize processesyes5
write-individual-filesIf true, write individual filesyesfalse
ignore-kustomize-errorIf true, ignore kustomize errorsyesfalse
namedescription
directoryDirectory to results of kustomize build
filesMulti-line string of files generated by kustomize build
raw-errorsMulti-line string of errors generated by kustomize build
pretty-errorsPretty formatted errors of kustomize build