Kazan v0.11.0 Kazan.Apis.Core.V1.SecretEnvSource View Source

SecretEnvSource selects a Secret to populate the environment variables with.

The contents of the target Secret’s Data field will represent the key-value pairs as environment variables.

OpenAPI Definition: io.k8s.api.core.v1.SecretEnvSource

Properties

  • name :: String

  • optional :: Boolean

    • Specify whether the Secret must be defined

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.SecretEnvSource{
  name: String.t(),
  optional: boolean()
}