After Domino is installed and running, you can recreate the domino-custom-certificates
ConfigMap to update it.
To do this, run the following commands:
kubectl delete configmap domino-custom-certificates
kubectl create configmap domino-custom-certificates --from-file=bundle
where bundle
is the new certificate bundle in concatenated PEM format.