flux v2.0.1
Kustomization.spec.postBuild.substituteFrom
SubstituteFrom holds references to ConfigMaps and Secrets containing the variables and their values to be substituted in the YAML manifests. The ConfigMap and the Secret data keys represent the var names and they must match the vars declared in the manifests for the substitution to happen.
| 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.
|