diff --git a/charts/airbyte/templates/env-configmap.yaml b/charts/airbyte/templates/env-configmap.yaml index b47332518c816..55c9c13c6cd13 100644 --- a/charts/airbyte/templates/env-configmap.yaml +++ b/charts/airbyte/templates/env-configmap.yaml @@ -72,4 +72,6 @@ data: WORKER_STATE_STORAGE_TYPE: {{ .Values.global.state.storage.type | quote }} SHOULD_RUN_NOTIFY_WORKFLOWS: "false" MAX_NOTIFY_WORKERS: {{ .Values.worker.maxNotifyWorkers | default "5" | quote }} + STRICT_COMPARISON_NORMALIZATION_TAG: "" + STRICT_COMPARISON_NORMALIZATION_WORKSPACES: "" {{- end }}