Initial Commit
This commit is contained in:
13
templates/storageclass.yaml
Normal file
13
templates/storageclass.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
{{- if .Values.persistence.enabled -}}
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: {{ include "owncloud.fullname" . }}
|
||||
provisioner: kubernetes.io/gce-pd
|
||||
parameters:
|
||||
type: pd-standard
|
||||
reclaimPolicy: Retain
|
||||
allowVolumeExpansion: true
|
||||
mountOptions:
|
||||
- debug
|
||||
{{- end -}}
|
Reference in New Issue
Block a user