Fix keycloak/httproute/proxy.host reference.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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: | ... | ... |
-
Please register or sign in to post a comment