diff --git a/charts/budibase/templates/automation-worker-service-deployment.yaml b/charts/budibase/templates/automation-worker-service-deployment.yaml index 440fcc4e2a..83071f17ac 100644 --- a/charts/budibase/templates/automation-worker-service-deployment.yaml +++ b/charts/budibase/templates/automation-worker-service-deployment.yaml @@ -193,8 +193,7 @@ spec: value: {{ .Values.services.tlsRejectUnauthorized }} {{ end }} - name: APP_FEATURES - # We keep `api` enabled here for the /health endpoint - value: "automations,api" + value: "automations" image: budibase/apps:{{ .Values.globals.appVersion | default .Chart.AppVersion }} imagePullPolicy: Always