mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-11 17:10:08 +00:00
fix: make copy-app-data resource quotas configurable
This commit is contained in:
parent
48ab03c9d6
commit
abc23d2ad4
@ -41,6 +41,9 @@ spec:
|
||||
{{- end }}
|
||||
command: ['sh', '-c', 'cp -R -n /app/backend/data/* /tmp/app-data/']
|
||||
{{- with .Values.containerSecurityContext }}
|
||||
{{- with .Values.copy-app-data.resources }}
|
||||
resources: {{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
securityContext:
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user