File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 35
35
KEYCLOAK_DATABASE_URL : {{ include "airbyte.keycloak.database.url" . | quote }}
36
36
GOOGLE_APPLICATION_CREDENTIALS : {{ include "airbyte.gcpLogCredentialsPath" . | quote }}
37
37
INTERNAL_API_HOST : http://{{ .Release.Name }}-airbyte-server-svc:{{ .Values.server.service.port }}
38
- {{- if eq (index .Values "workload-api-server" "enabled") true }}
39
- # Temporary conditional for OSS deploys. Eventually, the workload-api will be present in OSS deploys and the else
40
- # block can be removed
41
38
WORKLOAD_API_HOST : http://{{ .Release.Name }}-workload-api-server-svc:{{ index .Values "workload-api-server" "service" "port" }}
42
- {{- else }}
43
- WORKLOAD_API_HOST : http://localhost # placeholder value
44
- {{- end }}
39
+
45
40
46
41
{{- if or (eq .Values.global.edition "pro") (eq .Values.global.edition "enterprise") }}
47
42
INITIAL_USER_FIRST_NAME : {{ .Values.global.auth.instanceAdmin.firstName }}
You can’t perform that action at this time.
0 commit comments