This example demonstrates several different ways to declare and use environment variables in Konduktor. Specifically, it demonstrates environment variable setup and use with CLI and task (Documentation Index
Fetch the complete documentation index at: https://docs.trainy.ai/llms.txt
Use this file to discover all available pages before exploring further.
task.yaml) methods.
This example does not include environment secret (konduktor secret create --kind=env) or config (~/.konduktor/config.yaml) environment variables.
For more details on all methods, check out the explanation of environment variables here.
Prerequisites
Setup
- Create shell variable with
export EXPORT_VAR="test1"before launching or during launch (as shown below)