Add Longhorn

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-14 16:53:49 +01:00
parent e647b66ca1
commit 73abbcd468
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
namespace: argocd
spec:
destination:
namespace: longhorn-system
server: https://kubernetes.default.svc
project: infra
source:
helm: {}
chart: longhorn
repoURL: https://charts.longhorn.io
targetRevision: 1.6.0
syncPolicy:
automated:
selfHeal: true

View File

@ -35,3 +35,4 @@ spec:
- https://charts.rook.io/release
- https://mysql.github.io/mysql-operator/
- https://charts.gabe565.com
- https://charts.longhorn.io