Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / platform / components / oauth2-proxy / components / oauth2-proxy / ci / extra-env-tpl-values.yaml
1 tplValue: "This is a test value for the template function"
2 extraEnv:
3   - name: TEST_ENV_VAR_1
4     value: test_value_1
5   - name: TEST_ENV_VAR_2
6     value: '{{ .Values.tplValue }}'