PostBuildPatchDefinition interface
The postBuild definitions defining variable substitutions for this Kustomization after kustomize build.
Properties
| substitute | Key/value pairs holding the variables to be substituted in this Kustomization. |
| substitute |
Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization. |
Property Details
substitute
Key/value pairs holding the variables to be substituted in this Kustomization.
substitute?: Record<string, string>
Property Value
Record<string, string>
substituteFrom
Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
substituteFrom?: SubstituteFromPatchDefinition[]