mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 03:24:48 +08:00
7d36204397
Signed-off-by: Simon L <szaimen@e.mail.de>
15 lines
359 B
YAML
Executable file
15 lines
359 B
YAML
Executable file
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: nextcloud-aio-nextcloud-trusted-cacerts
|
|
name: nextcloud-aio-nextcloud-trusted-cacerts
|
|
spec:
|
|
{{- if .Values.STORAGE_CLASS }}
|
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
|
{{- end }}
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 100Mi
|