X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fplatform%2Fcomponents%2Foauth2-proxy%2Fcomponents%2Foauth2-proxy%2Fci%2Fextra-env-tpl-values.yaml;fp=kubernetes%2Fplatform%2Fcomponents%2Foauth2-proxy%2Fcomponents%2Foauth2-proxy%2Fci%2Fextra-env-tpl-values.yaml;h=357dba9153f0d30d654778917883261a4e205f22;hb=784322d219b6b64dde22847fe8dc8fb4fce1f639;hp=0000000000000000000000000000000000000000;hpb=094f8fdb59ab3b0f8d94b4609a110e44f7521770;p=oom.git diff --git a/kubernetes/platform/components/oauth2-proxy/components/oauth2-proxy/ci/extra-env-tpl-values.yaml b/kubernetes/platform/components/oauth2-proxy/components/oauth2-proxy/ci/extra-env-tpl-values.yaml new file mode 100644 index 0000000000..357dba9153 --- /dev/null +++ b/kubernetes/platform/components/oauth2-proxy/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 }}'