Skip to main content
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 (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

  1. Create shell variable with export EXPORT_VAR="test1" before launching or during launch (as shown below)

Current Working Directory

Launching

Task.yaml