Skip to content

Commit

Permalink
Fix producerDef.csv path in filesys2smartmet.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
oksman committed Dec 10, 2024
1 parent 292ed96 commit be48e4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions charts/smartmet-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ apiVersion: v2
description: Helm chart for smartmet server
home: "file"
keywords:
- fmi
- smartmet
- smartmet-server
- fmi
- smartmet
- smartmet-server
# dependencies:
# - name: redis
# repository: https://charts.bitnami.com/bitnami
# version: 18.19.2
# condition: config.redis.enabled
maintainers:
- email: [email protected]
name: fmi-build-bot
url: https://github.com/fmi-build-bot
- email: [email protected]
name: fmi-build-bot
url: https://github.com/fmi-build-bot
name: smartmet-server
type: application
version: 0.1.6
version: 0.1.7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: filesys2smartmet-config
data:
data:
configuration: |
smartmet :
{
Expand All @@ -29,7 +29,7 @@ data:
content-source :
{
source-id = 200
producerDefFile = "/config/libraries/grid-tools/producerDef.csv"
producerDefFile = "/config/libraries/tools-grid/producerDef.csv"
{{- if .Values.filesys2smartmet.data }}
locations =
Expand Down Expand Up @@ -137,8 +137,8 @@ data:
}#tools
}#smartmet
producerdef: |
{{- if .Values.producers }}
{{- range .Values.producers }}
{{ .abbreviation }};{{ .name }};{{ .title }};{{ .description }}
{{- end }}
{{- end }}
{{- if .Values.producers }}
{{- range .Values.producers }}
{{ .abbreviation }};{{ .name }};{{ .title }};{{ .description }}
{{- end }}
{{- end }}

0 comments on commit be48e4e

Please sign in to comment.