This commit is contained in:
Roxedus 2022-07-02 20:15:22 +02:00
parent e24d030392
commit 995d2533e9
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
namespace: argo-cd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system
project: default
source:
chart: longhorn
repoURL: https://charts.longhorn.io
targetRevision: 1.3.0
helm:
values:
persistence:
defaultClassReplicaCount: 3
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true