34 lines
956 B
YAML
34 lines
956 B
YAML
# Bootstrap app-of-apps leaf: Longhorn (namespace labels + Helm chart).
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: noble-longhorn
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io/background
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
|
|
targetRevision: HEAD
|
|
path: clusters/noble/bootstrap/longhorn
|
|
- repoURL: https://charts.longhorn.io
|
|
chart: longhorn
|
|
targetRevision: 1.11.1
|
|
helm:
|
|
releaseName: longhorn
|
|
valueFiles:
|
|
- $values/clusters/noble/bootstrap/longhorn/values.yaml
|
|
- repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: longhorn-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|