From df4635411031bbebb087ae3e65a58bad0ca18887 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Fri, 18 Feb 2022 00:06:17 -0800 Subject: [PATCH] Add helm repo for longhorn --- applications/longhorn/longhorn-source.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 applications/longhorn/longhorn-source.yaml diff --git a/applications/longhorn/longhorn-source.yaml b/applications/longhorn/longhorn-source.yaml new file mode 100644 index 0000000..24df07a --- /dev/null +++ b/applications/longhorn/longhorn-source.yaml @@ -0,0 +1,10 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: HelmRepository +metadata: + name: longhorn + namespace: flux-system +spec: + interval: 3m0s + url: https://charts.longhorn.io +