13 lines
340 B
YAML
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
|