Argo Workflows · Schema

io.k8s.api.core.v1.EnvVar

EnvVar represents an environment variable present in a Container.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
name string Name of the environment variable. May consist of any printable ASCII characters except '='.
value string Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference
valueFrom object Source for the environment variable's value. Cannot be used if value is not empty.
View JSON Schema on GitHub