mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Add longhorn
This commit is contained in:
@@ -21,4 +21,6 @@ spec:
|
|||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated: {}
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user