22 lines
438 B
YAML
22 lines
438 B
YAML
# status: implemented
|
|
|
|
apiVersion: helm.fluxcd.io/v1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: helm-longhorn
|
|
namespace: flux
|
|
spec:
|
|
releaseName: longhorn
|
|
targetNamespace: longhorn-system
|
|
chart:
|
|
git: https://github.com/longhorn/longhorn.git
|
|
path: "chart/"
|
|
ref: "v0.8.0"
|
|
# values:
|
|
# replicaCount: 1
|
|
# webhook:
|
|
# replicaCount: 1
|
|
# podLabels:
|
|
# app: cert-manager
|
|
# prometheus:
|
|
# enabled: false |