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 }}