Env from
The hera.workflows.env_from module provides implementations of environment variable classes that can be created from K8s objects.
EnvFrom classes differs from Env classes as EnvFrom uses a source to retrieve a variable from,
and you can only prefix the name with something. The Env classes can create new independent variables.
SecretEnvFrom
Exposes a K8s secret as an environment variable.
Source code in src/hera/workflows/env_from.py
build
Constructs and returns the Argo EnvFrom specification.