diff --git a/longhorn/storageclass.yaml b/longhorn/storageclass.yaml index 2ab4149..5e45901 100644 --- a/longhorn/storageclass.yaml +++ b/longhorn/storageclass.yaml @@ -1,15 +1,15 @@ # this is the storageclass manifest for the logs and metrics volumes kind: StorageClass - apiVersion: storage.k8s.io/v1 - metadata: - name: longhorn-local - provisioner: driver.longhorn.io - allowVolumeExpansion: true - reclaimPolicy: "Delete" - volumeBindingMode: Immediate - parameters: - numberOfReplicas: "2" - staleReplicaTimeout: "30" - fromBackup: "" - fsType: "ext4" - dataLocality: "disabled" \ No newline at end of file +apiVersion: storage.k8s.io/v1 +metadata: + name: longhorn-local +provisioner: driver.longhorn.io +allowVolumeExpansion: true +reclaimPolicy: "Delete" +volumeBindingMode: Immediate +parameters: + numberOfReplicas: "2" + staleReplicaTimeout: "30" + fromBackup: "" + fsType: "ext4" + dataLocality: "disabled" \ No newline at end of file