diff --git a/charts/ftl/templates/provisioner-deployment.yaml b/charts/ftl/templates/provisioner-deployment.yaml index 35345139d8..9726ae01ab 100644 --- a/charts/ftl/templates/provisioner-deployment.yaml +++ b/charts/ftl/templates/provisioner-deployment.yaml @@ -44,6 +44,8 @@ spec: value: "/working" - name: FTL_CONTROLLER_ENDPOINT value: "http://{{ include "ftl.fullname" . }}-controller:{{ .Values.controller.port }}" + - name: FTL_TIMELINE_ENDPOINT + value: "http://{{ include "ftl.fullname" . }}-timeline:{{ .Values.timeline.port }}" - name: FTL_SCHEMA_ENDPOINT value: "http://{{ include "ftl.fullname" . }}-schema:{{ $.Values.schema.services.schema.port }}" - name: LOG_LEVEL