Skip to content

Commit

Permalink
remove namespace reference from enricher deduplication database URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos authored and ptzianos committed Aug 2, 2024
1 parent 60cbdf9 commit 512f524
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.$(context.taskRun.namespace).svc?sslmode=disable"
value: "postgresql://dracon:dracon@dracon-enrichment-db?sslmode=disable"

0 comments on commit 512f524

Please sign in to comment.