18 lines
392 B
YAML
18 lines
392 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: longhorn
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: longhorn
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: longhorn-repo
|
|
version: 1.6.2
|
|
interval: 1m0s
|
|
targetNamespace: longhorn
|
|
values:
|
|
defaultReplicaCount: 2
|
|
defaultDataPath: /var/lib/longhorn-example/ |