flux v0.27.3

Kustomization.spec.postBuild.substituteFrom[]

SubstituteReference contains a reference to a resource containing the variables name and value.

2 fields
Kustomization.spec.postBuild.substituteFrom[] fields and descriptions
Field / TypeDescription
kind
string required

Kind of the values referent, valid values are ('Secret', 'ConfigMap').

  • enum: ["Secret","ConfigMap"]
name
string required

Name of the values referent. Should reside in the same namespace as the referring resource.

  • minLength: 1
  • maxLength: 253