Add longhorn

This commit is contained in:
Ruben Hensen
2024-09-06 01:43:27 +02:00
parent 6c93c0da9d
commit 183a988307
2 changed files with 24 additions and 1 deletions
+3 -1
View File
@@ -21,4 +21,6 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
automated: {}
automated:
prune: true
selfHeal: true
+21
View File
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
namespace: argocd
spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
project: default
sources:
- chart: longhorn
repoURL: https://charts.longhorn.io/
targetRevision: v1.7.1 # Replace with the Longhorn version you'd like to install or upgrade to
helm:
values: |
preUpgradeChecker:
jobEnabled: false
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system