flux v2.9.5

Kustomization.spec.postBuild.substituteStrategy

SubstituteStrategy defines the strategy for substituting variables in the YAML manifests. Valid values are: - WithVariables (the default): require at least one variable to be defined, either through the inline map or through the resolved references to ConfigMaps and Secrets. - Always: perform the substitution even if no variables are defined.

1 fields
Kustomization.spec.postBuild.substituteStrategy fields and descriptions
Field / TypeDescription
Kustomization.spec.postBuild.substituteStrategy
string

SubstituteStrategy defines the strategy for substituting variables in the YAML manifests. Valid values are: - WithVariables (the default): require at least one variable to be defined, either through the inline map or through the resolved references to ConfigMaps and Secrets. - Always: perform the substitution even if no variables are defined.

  • enum: ["WithVariables","Always"]