From b07888478af53fe84233f649f06e031fe57a0c8f Mon Sep 17 00:00:00 2001 From: Justin Bertrand Date: Wed, 16 Oct 2024 12:41:51 -0400 Subject: [PATCH] fix: indentation. --- charts/open-webui/templates/workload-manager.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/open-webui/templates/workload-manager.yaml b/charts/open-webui/templates/workload-manager.yaml index 3fb1153..0278f43 100644 --- a/charts/open-webui/templates/workload-manager.yaml +++ b/charts/open-webui/templates/workload-manager.yaml @@ -48,7 +48,7 @@ spec: - name: data mountPath: /tmp/app-data {{- with .Values.volumeMounts.initContainer }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 8 }} {{- end }} enableServiceLinks: false automountServiceAccountToken: false @@ -76,7 +76,7 @@ spec: - name: data mountPath: /app/backend/data {{- with .Values.volumeMounts.container }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 8 }} {{- end }} env: {{- if or .Values.ollamaUrls .Values.ollama.enabled }} @@ -126,5 +126,5 @@ spec: claimName: {{ include "open-webui.name" . }} {{- end }} {{- with .Values.volumes }} - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 6 }} {{- end }}