Skip to main content

Runner

Properties

PropertyDescriptionValuesExample
runner_type
string
type of runner Specifies how the runner executes deployments✅ Required"aws"
env_vars
object
environment variables Map of environment variables to pass to the runner as key-value pairsOptional"DEBUG=true", "LOG_LEVEL=info"
helm_driver
string
Helm driver configuration Specifies the backend driver for Helm operations (e.g., ‘configmap’, ‘secret’)Optional"configmap", "secret"
init_script_url
string
initialization 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…Optional"https://raw.githubusercontent.com/nuonco/runner/refs/heads/main/scripts/aws/init-mng-v2.sh"
env_var
array
deprecated: use env_vars map instead Deprecated: Array of name/value pairs for environment variables. Use the env_vars map insteadOptional-

env_var

PropertyDescriptionValuesExample
name
string
environment variable nameOptional"NAMESPACE", "INGRESS_NAME", "LOG_LEVEL"
value
string
environment variable valueOptional"kube-system", "{{.nuon.install.id}}-public", "info"