From 564604b2523662d7dcc2919ded5b51a5a65988df Mon Sep 17 00:00:00 2001 From: Santeri Oksman Date: Tue, 10 Dec 2024 12:46:06 +0200 Subject: [PATCH] Fix producerDef.csv path in filesys2smartmet.conf --- .../templates/filesys2smartmet/filesys2smartmet-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/smartmet-server/templates/filesys2smartmet/filesys2smartmet-deployment.yaml b/charts/smartmet-server/templates/filesys2smartmet/filesys2smartmet-deployment.yaml index 00b927a..d4db094 100644 --- a/charts/smartmet-server/templates/filesys2smartmet/filesys2smartmet-deployment.yaml +++ b/charts/smartmet-server/templates/filesys2smartmet/filesys2smartmet-deployment.yaml @@ -72,7 +72,7 @@ spec: mountPath: "/config/libraries/grid-files/grid-files.conf" subPath: "grid-files.conf" - name: filesys2smartmet-producerdef-config - mountPath: "/config/libraries/grid-tools/producerDef.csv" + mountPath: "/config/libraries/tools-grid/producerDef.csv" subPath: "producerDef.csv" {{- if and .Values.pvc.name .Values.pvc.mountPath }} - name: {{ .Values.pvc.name }}