Files
homelab/k8s/core/longhorn/kustomization.yaml
T
Ultradesu ef0123b5fb
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 30s
Check with kubeconform / lint (push) Successful in 2m43s
Auto-update README / Generate README and Create MR (push) Successful in 17s
fixed longhorn
2026-07-20 02:23:09 +03:00

16 lines
288 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-system
valuesFile: values.yaml
includeCRDs: true