Skip to content
Snippets Groups Projects
Verified Commit 30f19c98 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Fix persistentvolumeclaim "nextcloud-nextcloud-nextcloud" not found

parent 979a17fe
No related branches found
No related tags found
1 merge request!169Fix persistentvolumeclaim "nextcloud-nextcloud-nextcloud" not found
Pipeline #15915 skipped with stage
......@@ -85,7 +85,7 @@ runAsGroup: 33
- name: nextcloud-data
{{- if .Values.nextcloud.persistence.enabled }}
persistentVolumeClaim:
claimName: {{ if .Values.nextcloud.persistence.existingClaim }}{{ .Values.nextcloud.persistence.existingClaim }}{{- else }}{{ printf "%s-%s" .Release.Name "nextcloud-nextcloud" }}{{- end }}
claimName: {{ if .Values.nextcloud.persistence.existingClaim }}{{ .Values.nextcloud.persistence.existingClaim }}{{- else }}{{ template "nextcloud.fullname" .Subcharts.nextcloud }}-nextcloud{{- end }}
{{- else }}
emptyDir: {}
{{- end }}
......
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