14 lines
282 B
YAML
14 lines
282 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: longhorn
|
|
namespace: kube-system
|
|
spec:
|
|
repo: https://charts.longhorn.io
|
|
chart: longhorn
|
|
targetNamespace: longhorn-system
|
|
createNamespace: true
|
|
set:
|
|
defaultSettings.defaultDataPath: "/mnt/data/longhorn"
|
|
|