Skip to content

Commit

Permalink
make deduplication db component have expected db connection string va…
Browse files Browse the repository at this point in the history
…lues
  • Loading branch information
northdpole committed Aug 7, 2024
1 parent 0f227ae commit 79c9417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/enrichers/deduplication/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"

0 comments on commit 79c9417

Please sign in to comment.