7 lines
179 B
YAML
7 lines
179 B
YAML
tplValue: "This is a test value for the template function"
|
|
extraEnv:
|
|
- name: TEST_ENV_VAR_1
|
|
value: test_value_1
|
|
- name: TEST_ENV_VAR_2
|
|
value: '{{ .Values.tplValue }}'
|