Fix images on the website

This commit is contained in:
2024-05-14 12:48:21 +02:00
parent b2b29a6f0f
commit 8150937bea
37 changed files with 7 additions and 17 deletions

@ -41,7 +41,7 @@ spec:
mountPath: "/tmp"
readOnly: true
- name: {{ .Values.volumes.rclone.name }}
mountPath: /assets
mountPath: /static
readOnly: false
resources:
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
@ -59,7 +59,7 @@ spec:
{{- end }}
volumeMounts:
- name: {{ .Values.volumes.rclone.name }}
mountPath: /src/assets
mountPath: /src/static
readOnly: false
- name: {{ .Values.volumes.public.name }}
mountPath: /src/public