longhorn: deploy longhorn to kube

This commit is contained in:
2026-07-11 00:54:08 +02:00
parent a513f0dc2e
commit ae42ca3a1f
7 changed files with 136 additions and 0 deletions
@@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: longhorn-system
resources:
- namespace.yaml
- repository.yaml
- release.yaml
secretGenerator:
- name: longhorn-values
files:
- values.yaml=values.yaml
configurations:
- kustomizeconfig.yaml