EnvFromSource
EnvFromSource represents the source of a set of ConfigMaps or Secrets
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/EnvFromSource_v1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/EnvFromSource_v1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
configMapRefobjectThe ConfigMap to select from
prefixstringOptional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.
secretRefobjectThe Secret to select from