mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
fix: indentation.
This commit is contained in:
parent
f93c4949c9
commit
b07888478a
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user