From 1feb72bf3b02483328ce9fb587ffe1cc6f27905d Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 26 Jan 2024 18:12:27 +0100 Subject: [PATCH] fix syntax --- longhorn/storageclass.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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