17 lines
353 B
YAML
17 lines
353 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: longhorn-release
|
|
namespace: longhorn-system
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: longhorn
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: longhorn-repo
|
|
namespace: flux-system
|
|
version: v1.8.0
|
|
interval: 1m0s
|