fix syntax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-01-26 18:12:27 +01:00
parent 0be2949c50
commit 1feb72bf3b
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,15 +1,15 @@
# this is the storageclass manifest for the logs and metrics volumes # this is the storageclass manifest for the logs and metrics volumes
kind: StorageClass kind: StorageClass
apiVersion: storage.k8s.io/v1 apiVersion: storage.k8s.io/v1
metadata: metadata:
name: longhorn-local name: longhorn-local
provisioner: driver.longhorn.io provisioner: driver.longhorn.io
allowVolumeExpansion: true allowVolumeExpansion: true
reclaimPolicy: "Delete" reclaimPolicy: "Delete"
volumeBindingMode: Immediate volumeBindingMode: Immediate
parameters: parameters:
numberOfReplicas: "2" numberOfReplicas: "2"
staleReplicaTimeout: "30" staleReplicaTimeout: "30"
fromBackup: "" fromBackup: ""
fsType: "ext4" fsType: "ext4"
dataLocality: "disabled" dataLocality: "disabled"