cleanup with regards to upcoming migration
This commit is contained in:
7
infrastructure/nfs-provisioner/storageclass_values.yaml
Normal file
7
infrastructure/nfs-provisioner/storageclass_values.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: nfs-client
|
||||
parameters:
|
||||
archiveOnDelete: "true"
|
||||
pathPattern: "${.PVC.namespace}-${.PVC.name}"
|
Reference in New Issue
Block a user