Observe how the build-definitions tasks have params to use a trusted-ca and a configmap. Those get mounted and used so that the tasks will trust the cluster's self-signed cert if it has one. The release pipeline tasks don't have this, which makes testing in a local kind cluster using the internal kind registry difficult/impossible.
Observe how the build-definitions tasks have params to use a trusted-ca and a configmap. Those get mounted and used so that the tasks will trust the cluster's self-signed cert if it has one. The release pipeline tasks don't have this, which makes testing in a local kind cluster using the internal kind registry difficult/impossible.