Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 6c49753

Browse files
Fix v83
1 parent 7b00141 commit 6c49753

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# apiVersion: v1
2-
# kind: Namespace
3-
# metadata:
4-
# name: longhorn-system
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: longhorn-system

0 commit comments

Comments
 (0)