mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-13 06:03:10 +01:00
16 lines
450 B
YAML
16 lines
450 B
YAML
# 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: config/certs.d/
|
|
containerPath: "/etc/containerd/certs.d/"
|
|
readOnly: true
|
|
containerdConfigPatches:
|
|
- |-
|
|
[plugins."io.containerd.grpc.v1.cri".registry]
|
|
config_path = "/etc/containerd/certs.d"
|