Create longhorn.yml
This commit is contained in:
parent
66c38397f5
commit
a8fdd46ce5
18
infrastructure/longhorn.yml
Normal file
18
infrastructure/longhorn.yml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: longhorn
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- chart: longhorn
|
||||
repoURL: https://charts.longhorn.io/
|
||||
targetRevision: v1.6.0 # Replace with the Longhorn version you'd like to install or upgrade to
|
||||
helm:
|
||||
valuesObject:
|
||||
preUpgradeChecker:
|
||||
jobEnabled: false
|
||||
destination:
|
||||
server: https://kluster.steffenillium.de
|
||||
namespace: longhorn-system
|
Loading…
x
Reference in New Issue
Block a user