mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 09:59:57 +00:00
14 lines
426 B
YAML
14 lines
426 B
YAML
# With Kind configuration is used to
|
|
# share a folder between the outside sistem
|
|
# and the internal container (capsule-controller-manager),
|
|
# In this way we will be able to get the metadata
|
|
# generated by harpoon at the end of the e2e tests execution.
|
|
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
name: capsule-tracing
|
|
nodes:
|
|
- role: control-plane
|
|
extraMounts:
|
|
- hostPath: /tmp/results
|
|
containerPath: /tmp/results
|