PostBuildDefinition 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.

substituteFrom

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?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

substituteFrom

Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.

substituteFrom?: (null | SubstituteFromDefinition)[]

Property Value