diff --git a/.helm/templates/deployment.yaml b/.helm/templates/deployment.yaml index e40b1fb..5a95539 100644 --- a/.helm/templates/deployment.yaml +++ b/.helm/templates/deployment.yaml @@ -37,8 +37,12 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - name: data - mountPath: /opt/baphomet/data + - mountPath: /opt/baphomet/data + name: data + subPath: data + - mountPath: /opt/baphomet/log + name: data + subPath: log volumes: - name: config configMap: