Skip to content

Commit

Permalink
🔧 Add support for overriding enrichers/deduplication connection string
Browse files Browse the repository at this point in the history
Co-authored-by: Flo <[email protected]>
  • Loading branch information
northdpole and flowirtz authored Aug 5, 2024
1 parent d8262d6 commit c5a61ba
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://dracon:dracon@dracon-enrichment-db?sslmode=disable"
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}}

0 comments on commit c5a61ba

Please sign in to comment.