Tyler Perkins
9db7fc5b52
All checks were successful
continuous-integration/drone/push Build is passing
20 lines
362 B
YAML
20 lines
362 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: longhorn
|
|
namespace: longhorn-system
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
chart: longhorn
|
|
version: "1.5.1"
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: longhorn
|
|
namespace: flux-system
|
|
values:
|
|
service:
|
|
ui:
|
|
type: LoadBalancer
|