mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
ci: generate seccomp profile within pipeline (#1325)
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
This commit is contained in:
13
hack/kind-cluster.yml
Normal file
13
hack/kind-cluster.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user