Files
homelab/k8s/core/longhorn/kustomization.yaml
T
Ultradesu f129977993
Check with kubeconform / lint (push) Successful in 10s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 11m23s
Auto-update README / Generate README and Create MR (push) Failing after 14m14s
Update longhorn
2026-06-17 15:02:52 +01:00

16 lines
281 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
#resources:
# - app.yaml
helmCharts:
- name: longhorn
repo: https://charts.longhorn.io
version: 1.12.0
releaseName: longhorn
namespace: longhorn
valuesFile: values.yaml
includeCRDs: true