Skip to content

Commit

Permalink
make path-factory configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
nivemaham committed Oct 12, 2020
1 parent 47c4f56 commit 6fa9b31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/radar-output/templates/configmap-restructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ data:
# Output directory
output: "{{ .Values.paths.output }}"
# Output path construction factory
# factory: org.radarbase.output.path.MonthlyObservationKeyPathFactory
factory: {{ .Values.paths.factory }}
# Additional properties
# properties: {}
properties: {{ .Values.paths.properties | toYaml | indent 8 | trim }}
# Individual topic configuration
topics: {}
Expand Down
2 changes: 2 additions & 0 deletions charts/radar-output/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ worker:
paths:
input: topics
output: output
factory: org.radarbase.output.path.MonthlyObservationKeyPathFactory
properties: {}

0 comments on commit 6fa9b31

Please sign in to comment.