Skip to content

Commit

Permalink
fix quoting of deduplication enricher environment variables (closes #163
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Pavlos Tzianos authored and ptzianos committed Aug 8, 2024
1 parent d76dd89 commit 192b3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/enrichers/deduplication/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
- name: READ_PATH
value: $(workspaces.output.path)/.dracon/producers
- name: WRITE_PATH
value: "$(workspaces.output.path)/.dracon/enrichers/deduplication"
value: $(workspaces.output.path)/.dracon/enrichers/deduplication
- name: DB_CONNECTION
value: postgresql://{{.Values.database.auth.username}}:{{.Values.database.auth.password}}@{{.Values.database.host}}/{{.Values.database.auth.database}}?{{.Values.database.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 192b3e0

Please sign in to comment.