publicKustomizeOptions
Hierarchy
- LoadOptions
- KustomizeOptions
Index
Properties
optionalasCurrentUser
optionalbuildCommand
The command to build Kustomize files.
optionalenableAlphaPlugins
Enable kustomize plugins.
optionalenableExec
Enable support for exec functions (raw executables); do not use for untrusted configs! (Alpha)
optionalenableHelm
Enable use of the Helm chart inflator generator.
optionalenableManagedByLabel
Enable adding app.kubernetes.io/managed-by
label.
optionalenableStar
Enable support for starlark functions. (Alpha)
optionalenv
A list of environment variables to be used by functions.
optionalhelmCommand
Helm command (path to executable).
optionalloadRestrictor
If set to LoadRestrictionsNone
, local kustomizations may load files from
outside their root. This does, however, break the relocatability of the
kustomization.
optionalmount
A list of storage options read from the filesystem.
optionalnetwork
Enable network access for functions that declare it.
optionalnetworkName
The docker network to run the container in.
path
The path to a directory containing kustomization.yaml
, or a Git repository
URL with a suffix specifying same with respect to the repository root.
optionalreorder
Reorder the resources just before output. Use legacy
to apply a legacy
reordering (Namespaces first, Webhooks last, etc). Use none
to suppress a
final reordering.
Use the uid and gid of the command executor to run the function in the container.