Argo Workflows · Schema

io.k8s.api.core.v1.EnvFromSource

EnvFromSource represents the source of a set of ConfigMaps or Secrets

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
configMapRef object The ConfigMap to select from
prefix string Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.
secretRef object The Secret to select from
View JSON Schema on GitHub