feat: add Longhorn storage app
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: longhorn
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://charts.longhorn.io
|
||||
chart: longhorn
|
||||
targetRevision: 1.12.0
|
||||
helm:
|
||||
valuesObject: {}
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: longhorn-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user