Move helm-longhorn to apps/templates

This commit is contained in:
Ruben Hensen
2025-03-01 14:06:47 +01:00
parent 36fe51b613
commit 1fe4bea509
2 changed files with 0 additions and 6 deletions
-29
View File
@@ -1,29 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: helm-longhorn
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true
project: default
sources:
- chart: longhorn
repoURL: https://charts.longhorn.io/
targetRevision: v1.7.2 # Replace with the Longhorn version you'd like to install or upgrade to
helm:
values: |
preUpgradeChecker:
jobEnabled: false
parameters:
- name: csi.kubeletRootDir
value: "/var/snap/microk8s/common/var/lib/kubelet"
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system
-6
View File
@@ -1,6 +0,0 @@
apiVersion: apps/v1
kind: Application
metadata:
name: helm-longhorn
annotations:
argocd.argoproj.io/tracking-method: annotation