diff options
Diffstat (limited to 'kubernetes/authentication/components/oauth2-proxy/ci/extra-env-tpl-values.yaml')
-rw-r--r-- | kubernetes/authentication/components/oauth2-proxy/ci/extra-env-tpl-values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/authentication/components/oauth2-proxy/ci/extra-env-tpl-values.yaml b/kubernetes/authentication/components/oauth2-proxy/ci/extra-env-tpl-values.yaml new file mode 100644 index 0000000000..357dba9153 --- /dev/null +++ b/kubernetes/authentication/components/oauth2-proxy/ci/extra-env-tpl-values.yaml @@ -0,0 +1,6 @@ +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 }}' |