Skip to content

Commit 11a9d49

Browse files
authored
Merge pull request #471 from cloud-pi-native/fix/gitops-proxy-keycloak
fix: 🔧 gitops proxies rendering
2 parents bdfa330 + c7d8ee4 commit 11a9d49

File tree

1 file changed

+3
-3
lines changed
  • roles/gitops/rendering-apps-files/templates/keycloak/values

1 file changed

+3
-3
lines changed

roles/gitops/rendering-apps-files/templates/keycloak/values/00-main.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ keycloak:
326326
{% if dsc.proxy.enabled %}
327327
env:
328328
- name: HTTP_PROXY
329-
value: {{ dsc.proxy.http_proxy }}
329+
value: <path:forge-dso/data/env/{{ dsc_name }}/apps/common/values#proxy | jsonPath {.httpProxy}>
330330
- name: HTTPS_PROXY
331-
value: {{ dsc.proxy.https_proxy }}
331+
value: <path:forge-dso/data/env/{{ dsc_name }}/apps/common/values#proxy | jsonPath {.httpsProxy}>
332332
- name: NO_PROXY
333-
value: {{ dsc.proxy.no_proxy }}
333+
value: <path:forge-dso/data/env/{{ dsc_name }}/apps/common/values#proxy | jsonPath {.noProxy}>
334334
{% endif %}

0 commit comments

Comments
 (0)