This repository was archived by the owner on Dec 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-25
lines changed
Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1- apiVersion : argoproj.io/v1alpha1
2- kind : Application
3- metadata :
4- name : longhorn
5- namespace : argocd
6- spec :
7- syncPolicy :
8- syncOptions :
9- - CreateNamespace=true
10- project : default
11- sources :
12- - chart : longhorn
13- repoURL : https://charts.longhorn.io/
14- targetRevision : v1.9.0
15- helm :
16- values : |
17- preUpgradeChecker:
18- jobEnabled: false
19- destination :
20- server : https://kubernetes.default.svc
21- namespace : longhorn-system
1+ # apiVersion: argoproj.io/v1alpha1
2+ # kind: Application
3+ # metadata:
4+ # name: longhorn
5+ # namespace: argocd
6+ # spec:
7+ # syncPolicy:
8+ # syncOptions:
9+ # - CreateNamespace=true
10+ # project: default
11+ # sources:
12+ # - chart: longhorn
13+ # repoURL: https://charts.longhorn.io/
14+ # targetRevision: v1.9.0
15+ # helm:
16+ # values: |
17+ # preUpgradeChecker:
18+ # jobEnabled: false
19+ # destination:
20+ # server: https://kubernetes.default.svc
21+ # namespace: longhorn-system
Original file line number Diff line number Diff line change 1- apiVersion : v1
2- kind : Namespace
3- metadata :
4- name : longhorn-system
1+ # apiVersion: v1
2+ # kind: Namespace
3+ # metadata:
4+ # name: longhorn-system
You can’t perform that action at this time.
0 commit comments