OBJECT

KubernetesKindPodSpecInitContainersEnvValueFromSecretKeyRef

Selects a key of a secret in the pod's namespace

link GraphQL Schema definition

  • type KubernetesKindPodSpecInitContainersEnvValueFromSecretKeyRef {
  • # The key of the secret to select from. Must be a valid secret key.
  • key: String
  • # Name of the referent. More info:
  • # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
  • # TODO: Add other useful fields. apiVersion, kind, uid?
  • name: String
  • # Specify whether the Secret or its key must be defined
  • optional: Boolean
  • }