FluxConfigurationKustomizationPostBuildSubstituteFrom

data class FluxConfigurationKustomizationPostBuildSubstituteFrom(val kind: String, val name: String, val optional: Boolean? = null)

Constructors

constructor(kind: String, name: String, optional: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the source kind to hold the variables to be used in substitution. Possible values are ConfigMap and Secret.

Link copied to clipboard

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

Link copied to clipboard
val optional: Boolean? = null

Whether to proceed without ConfigMap/Secret if it is not present. Defaults to false.