5b1e8830 by Adam Heath

Fix keycloak/httproute/proxy.host reference.

1 parent 137e00cc
...@@ -121,7 +121,7 @@ releases: ...@@ -121,7 +121,7 @@ releases:
121 parentRefs: 121 parentRefs:
122 - name: {{ $.Values.gatewayAPI.gateway }} 122 - name: {{ $.Values.gatewayAPI.gateway }}
123 hostnames: 123 hostnames:
124 {{- $proxy.hosts | toYaml | nindent 18 }} 124 - {{- $proxy.frontend.host }}
125 rules: 125 rules:
126 - matches: 126 - matches:
127 - path: 127 - path:
......