From 931e290d305357eb1ff630ed5bad726988173511 Mon Sep 17 00:00:00 2001 From: Jacob Williamson Date: Thu, 7 May 2026 10:39:28 +0100 Subject: [PATCH] Fix config mount path --- helm/daq-queuing-service/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/daq-queuing-service/templates/deployment.yaml b/helm/daq-queuing-service/templates/deployment.yaml index 8b72c0e..f96d836 100644 --- a/helm/daq-queuing-service/templates/deployment.yaml +++ b/helm/daq-queuing-service/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: {{- end }} volumeMounts: - name: config-volume - mountPath: "/etc/config" + mountPath: "/etc/config/config.yaml" subPath: config.yaml {{- with .Values.volumeMounts }} {{- toYaml . | nindent 12 }}