Files
kubernetes-config/longhorn/kustomization.yaml
jona.klaess 8a714109bf
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s
refactor var patch longhorn
2026-06-07 13:07:59 +02:00

26 lines
710 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/longhorn/longhorn/v1.12.0/deploy/longhorn.yaml
- longhorn-istio.yaml
patches:
- target:
kind: Deployment
name: longhorn-driver-deployer
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: longhorn-driver-deployer
spec:
template:
spec:
containers:
- name: longhorn-driver-deployer
env:
- name: KUBELET_ROOT_DIR
value: "/var/snap/microk8s/common/var/lib/kubelet"
- name: KUBECONFIG
value: "/home/microk8s/.kube/config"