22 lines
401 B
YAML
22 lines
401 B
YAML
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||
|
|
kind: HelmRelease
|
||
|
|
metadata:
|
||
|
|
name: longhorn
|
||
|
|
namespace: longhorn-system
|
||
|
|
spec:
|
||
|
|
chart:
|
||
|
|
spec:
|
||
|
|
chart: longhorn
|
||
|
|
interval: 12h0m0s
|
||
|
|
sourceRef:
|
||
|
|
kind: HelmRepository
|
||
|
|
name: longhorn
|
||
|
|
namespace: longhorn-system
|
||
|
|
version: 1.11.1
|
||
|
|
install:
|
||
|
|
crds: Create
|
||
|
|
interval: 30m0s
|
||
|
|
upgrade:
|
||
|
|
crds: CreateReplace
|
||
|
|
status: {}
|