Skip to content

Commit

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

0 comments on commit 9d132c5

Please sign in to comment.