feat: Added volume for local-path-provisioner

This commit is contained in:
2025-12-09 02:38:51 +01:00
parent 5c8cda5cc4
commit 873e73c310
2 changed files with 9 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ patches:
- !patch spegel - !patch spegel
- !patch longhorn - !patch longhorn
- !patch longhorn-user-volume - !patch longhorn-user-volume
- !patch local-path-provisioner-volume
- !patch limit-ephemeral - !patch limit-ephemeral
patchesControlPlane: patchesControlPlane:
- !patch allow-control-plane-workloads - !patch allow-control-plane-workloads

View File

@@ -0,0 +1,8 @@
apiVersion: v1alpha1
kind: UserVolumeConfig
name: local-path-provisioner
provisioning:
diskSelector:
match: system_disk
grow: true
maxSize: 10GB