configure longhorn for pvc
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
This commit is contained in:
17
longhorn/kustomization.yaml
Normal file
17
longhorn/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
helmCharts:
|
||||
- name: longhorn
|
||||
repo: https://charts.longhorn.io
|
||||
releaseName: longhorn
|
||||
namespace: longhorn-system
|
||||
version: v1.12.0
|
||||
valuesInline:
|
||||
preUpgradeChecker:
|
||||
jobEnabled: false
|
||||
csi:
|
||||
kubeletRootDir: /var/snap/microk8s/common/var/lib/kubelet
|
||||
|
||||
resources:
|
||||
- longhorn-istio.yaml
|
||||
Reference in New Issue
Block a user