Skip to main content

EnvVar

EnvVar allows you to pull in data from the environment (eg: Kubernetes configmaps or secrets ...)

FieldDescriptionTypeRequired
nameGive an arbitrary unique name to the envvarstringtrue
valueThe value of the envvarstring
valueFromThe source of the envvar valueSource
note

You can also provide a static value to the envvar with value.

Source

FieldDescriptionTypeRequired
serviceAccountThe service account whose token should be fetchedstring
helmRefThe helm referenceHelmRefKeySelector
configMapKeyRefThe configmap referenceConfigMapKeySelector
secretKeyRefThe secret referenceSecretKeySelector

HelmRefKeySelector

Helm ref allows you to pull in data from the helm values file.

FieldDescriptionTypeRequired
nameName of the helm releasestringtrue
keyJSON Path keystringtrue

ConfigMapKeySelector

FieldDescriptionTypeRequired
nameConfigMap namestringtrue
keyThe key in the configstringtrue

SecretKeySelector

FieldDescriptionTypeRequired
nameSecret namestringtrue
keyThe key in the Secretstringtrue