# Kind configuration file for running e2e tests # Certificates must be mounted on each node because the registry is using TLS kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane extraMounts: - hostPath: ../../certs/ca.pem containerPath: /usr/local/share/ca-certificates/ca.crt readOnly: true