We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdfa330 + c7d8ee4 commit 11a9d49Copy full SHA for 11a9d49
roles/gitops/rendering-apps-files/templates/keycloak/values/00-main.j2
@@ -326,9 +326,9 @@ keycloak:
326
{% if dsc.proxy.enabled %}
327
env:
328
- name: HTTP_PROXY
329
- value: {{ dsc.proxy.http_proxy }}
+ value: <path:forge-dso/data/env/{{ dsc_name }}/apps/common/values#proxy | jsonPath {.httpProxy}>
330
- name: HTTPS_PROXY
331
- value: {{ dsc.proxy.https_proxy }}
+ value: <path:forge-dso/data/env/{{ dsc_name }}/apps/common/values#proxy | jsonPath {.httpsProxy}>
332
- name: NO_PROXY
333
- value: {{ dsc.proxy.no_proxy }}
+ value: <path:forge-dso/data/env/{{ dsc_name }}/apps/common/values#proxy | jsonPath {.noProxy}>
334
{% endif %}
0 commit comments