flux v2.9.5
Kustomization.spec.postBuild.substituteFrom[]
SubstituteReference contains a reference to a resource containing the variables name and value.
| Field / Type | Description |
|---|---|
kind | Kind of the values referent, valid values are ('Secret', 'ConfigMap').
|
name | Name of the values referent. Should reside in the same namespace as the referring resource.
|
optional | Optional indicates whether the referenced resource must exist, or whether to tolerate its absence. If true and the referenced resource is absent, proceed as if the resource was present but empty, without any variables defined.
|