summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-29 10:55:17 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-29 10:55:17 +0200
commitc98b13d64bc21a2f5aa3c5a208486f12f1d1a6ef (patch)
tree2973849386498b5edff6e26d119fde1f757fccdf
parent3067864f925f069a6d5c06b88d2693b712685e2b (diff)
Use XFS for Longhorn volumes
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/base-system/longhorn/helm-chart.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/base-system/longhorn/helm-chart.yaml b/data.d/k3s-master/manifests.d/tyilnet/base-system/longhorn/helm-chart.yaml
index 2806779..24162eb 100644
--- a/data.d/k3s-master/manifests.d/tyilnet/base-system/longhorn/helm-chart.yaml
+++ b/data.d/k3s-master/manifests.d/tyilnet/base-system/longhorn/helm-chart.yaml
@@ -7,5 +7,8 @@ metadata:
spec:
repo: https://charts.longhorn.io
chart: longhorn
- valuesContent: ""
+ valuesContent: |-
+ persistence:
+ defaultClass: true
+ defaultFsType: xfs
...