Files
homelab/k8s/core/longhorn/kustomization.yaml
T
ab 62ccae05c2
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 14s
Update k8s/core/longhorn/kustomization.yaml
2026-06-01 23:35:19 +00: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.11.2
releaseName: longhorn
namespace: longhorn
valuesFile: values.yaml
includeCRDs: true