Add Longhorn
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
e647b66ca1
commit
73abbcd468
|
@ -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
|
|
@ -35,3 +35,4 @@ spec:
|
||||||
- https://charts.rook.io/release
|
- https://charts.rook.io/release
|
||||||
- https://mysql.github.io/mysql-operator/
|
- https://mysql.github.io/mysql-operator/
|
||||||
- https://charts.gabe565.com
|
- https://charts.gabe565.com
|
||||||
|
- https://charts.longhorn.io
|
||||||
|
|
Loading…
Reference in New Issue