File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
airbyte-connector-builder-server Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ keycloak:
618618
619619 - env : KEYCLOAK_HOST
620620 key : host
621- valueExp : (get (urlParse .Values.global.airbyteUrl) "host")
621+ defaultValueExp : (get (urlParse .Values.global.airbyteUrl) "host")
622622
623623 - env : KEYCLOAK_PORT
624624 key : service.port
Original file line number Diff line number Diff line change 8080 {{- if (eq .Values.global.edition "enterprise") }}
8181 {{- include "airbyte.enterprise.envs" . | nindent 8 }}
8282 {{- include "airbyte.auth.identityProvider.envs" . | nindent 8 }}
83+ {{- include "airbyte.keycloak.envs" . | nindent 8 }}
8384 {{- end }}
8485
8586 {{- if (eq .Values.global.edition "cloud") }}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Renders the keycloak.url environment variable
2727Renders the keycloak.host value
2828*/} }
2929{ {- define " airbyte.keycloak.host" } }
30- { {- (get (urlParse .Values.global.airbyteUrl) " host" ) } }
30+ { {- .Values.keycloak.host | default (get (urlParse .Values.global.airbyteUrl) " host" ) } }
3131{ {- end } }
3232
3333{ {/*
You can’t perform that action at this time.
0 commit comments