diff --git a/components/enrichers/deduplication/task.yaml b/components/enrichers/deduplication/task.yaml index d10aca5f3..291862802 100644 --- a/components/enrichers/deduplication/task.yaml +++ b/components/enrichers/deduplication/task.yaml @@ -20,4 +20,4 @@ spec: - name: ENRICHER_WRITE_PATH value: "$(workspaces.output.path)/.dracon/enrichers/deduplication" - name: ENRICHER_DB_CONNECTION - value: postgresql://{{default "dracon" .Values.postgresql.auth.username }}:{{default "dracon" .Values.postgresql.auth.password }}@{{ default "dracon-enrichment-db" .Values.postgresql.host }}/{{default "dracon" .Values.postgresql.auth.database }}?{{default "sslmode=disable" .Values.postgresql.auth.querystringargs}} + value: postgresql://{{.Values.database.auth.username}}:{{.Values.database.auth.password}}@{{.Values.database.host}}/{{.Values.database.auth.database}}?{{.Values.database.auth.querystringargs}}"