Files
rrr/k8s/kind/kind-config.yaml
2024-11-12 22:24:28 +07:00

13 lines
340 B
YAML

---
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
nodes:
- role: control-plane
extraMounts:
- hostPath: /home/freddie/work/rrr/config
containerPath: /rrr/config
- hostPath: /home/freddie/work/rrr/data
containerPath: /rrr/data
- hostPath: /home/freddie/work/rrr/src
containerPath: /rrr/src