Skip to content

Commit 671a36f

Browse files
committed
chore: remove condition on setting the workload (#13911)
1 parent 6c6b657 commit 671a36f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

charts/airbyte/templates/env-configmap.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,8 @@ data:
3535
KEYCLOAK_DATABASE_URL: {{ include "airbyte.keycloak.database.url" . | quote }}
3636
GOOGLE_APPLICATION_CREDENTIALS: {{ include "airbyte.gcpLogCredentialsPath" . | quote }}
3737
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
4138
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+
4540

4641
{{- if or (eq .Values.global.edition "pro") (eq .Values.global.edition "enterprise") }}
4742
INITIAL_USER_FIRST_NAME: {{ .Values.global.auth.instanceAdmin.firstName }}

0 commit comments

Comments
 (0)