flux v0.27.3

Kustomization.spec.postBuild.substitute

Substitute holds a map of key/value pairs. The variables defined in your YAML manifests that match any of the keys defined in the map will be substituted with the set value. Includes support for bash string replacement functions e.g. ${var:=default}, ${var:position} and ${var/substring/replacement}.

1 fields
Kustomization.spec.postBuild.substitute fields and descriptions
Field / TypeDescription
[key]
string

No description provided.