Package version:

Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.

interface SubstituteFromDefinition {
    kind?: string;
    name?: string;
    optional?: boolean;
}

Properties

Properties

kind?: string

Define whether it is ConfigMap or Secret that holds the variables to be used in substitution.

name?: string

Name of the ConfigMap/Secret that holds the variables to be used in substitution.

optional?: boolean

Set to True to proceed without ConfigMap/Secret, if it is not present.