Skip to content
Snippets Groups Projects
Verified Commit 21c8561f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct volumes for seafile

parent 97b46783
No related branches found
No related tags found
No related merge requests found
Pipeline #2914 failed
......@@ -26,9 +26,9 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
volumes:
- name: seafile
{{- .Values.volumes.seafile | nindent 10 }}
{{- .Values.seafile.volume | nindent 10 }}
- name: seahub
{{- .Values.volumes.seahub | nindent 10 }}
{{- .Values.seahub.volume | nindent 10 }}
- name: config
secret:
secretName: {{ include "seafile-helm.fullname" . }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment