Argo Workflows · Schema

io.k8s.api.core.v1.FileKeySelector

FileKeySelector selects a key of the env file.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
key string The key within the env file. An invalid key will prevent the pod from starting. The keys defined within a source may consist of any printable ASCII characters except '='. During Alpha stage of the Env
optional boolean Specify whether the file or its key must be defined. If the file or key does not exist, then the env var is not published. If optional is set to true and the specified key does not exist, the environm
path string The path within the volume from which to select the file. Must be relative and may not contain the '..' path or start with '..'.
volumeName string The name of the volume mount containing the env file.
View JSON Schema on GitHub