buildx icon indicating copy to clipboard operation
buildx copied to clipboard

Fix k8s driver with certs cannot boot

Open kariya-mitsuru opened this issue 9 months ago • 0 comments

When a self-signed certificate is specified in buildkitd.toml, the current implementation registers the certificate as a ConfigMap, but the volumes and volumeMounts in Deployment are incorrect, so the Deploymetnt cannot start.

This fixes #1800.

kariya-mitsuru avatar May 13 '24 01:05 kariya-mitsuru