Skip to main content

Runner

Properties

PropertyTypeRequiredDescriptionDefaultExample
sourcestringNoexternal configuration source Path to an external file containing runner configuration (YAML, JSON, or TOML)--
runner_typestring✅ Yestype of runner Specifies how the runner executes deployments-"kubernetes"
env_varsobjectNoenvironment variables Map of environment variables to pass to the runner as key-value pairs-"DEBUG=true"
helm_driverstringNoHelm driver configuration Specifies the backend driver for Helm operations (e.g., ‘configmap’, ‘secret’)-"configmap"
init_script_urlstringNoinitialization script URL URL to a script that runs during runner initialization. Supports HTTP(S), git, file, and relative paths (./). Examples: https://example.com/script.sh, ./scripts/init.sh, g…--
env_vararrayNo---

Property Details

runner_type

Examples:
"kubernetes"
"docker"
"vm"

env_vars

Examples:
"DEBUG=true"
"LOG_LEVEL=info"

helm_driver

Examples:
"configmap"
"secret"