20 lines
370 B
YAML
20 lines
370 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: longhorn
|
|
namespace: flux-system
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: longhorn
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: longhorn
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
interval: 1m0s
|
|
targetNamespace: longhorn-system
|
|
timeout: 10m0s
|