Skip to content

Commit

Permalink
Merge pull request #56 from RADAR-base/make-path-factory-configurable
Browse files Browse the repository at this point in the history
make path-factory configurable
  • Loading branch information
nivemaham authored Oct 13, 2020
2 parents 47c4f56 + 9d132c5 commit d929c14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 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,10 @@ 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
3 changes: 3 additions & 0 deletions charts/radar-output/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ worker:
paths:
input: topics
output: output
factory: org.radarbase.output.path.MonthlyObservationKeyPathFactory
properties:
{}

0 comments on commit d929c14

Please sign in to comment.