1. IBM Cloud Pak for Data 4.8 Documentation
"Importing a CA certificate on the Cloud Pak for Data platform." This official guide explicitly states: "To ensure that Cloud Pak for Data services can successfully connect to an internal service that uses a custom certificate
create a configmap called connection-ca-certs and add the CA certificate for the internal service to the configmap." It provides the exact oc create configmap command to perform this action.
2. IBM Cloud Pak for Data 4.8 Documentation
"Security and compliance." The section on managing certificates details the use of ConfigMaps for distributing public certificates and Secrets for private keys
reinforcing the correct use case for each Kubernetes object in the platform's security architecture.