SubstituteFromDefinition interface
Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
Properties
kind | Define whether it is ConfigMap or Secret that holds the variables to be used in substitution. |
name | Name of the ConfigMap/Secret that holds the variables to be used in substitution. |
optional | Set to True to proceed without ConfigMap/Secret, if it is not present. |
Property Details
kind
Define whether it is ConfigMap or Secret that holds the variables to be used in substitution.
kind?: string
Property Value
string
name
Name of the ConfigMap/Secret that holds the variables to be used in substitution.
name?: string
Property Value
string
optional
Set to True to proceed without ConfigMap/Secret, if it is not present.
optional?: boolean
Property Value
boolean