hello together, I am trying since two days already to get fleet working with a gitlab registry which has a self signed certificate. However, I am not getting the certificate installed withing rancher/rke2 in a way that the certificate validation works in the fleet containers. My rke2 local cluster has generated certificates which are not signed by my private CA. I installed rancher with --set additionalTrustedCAs=true and provided the certificate. When I shell into the rancher container the certificate is there and I can successfully use openssl s_client to validate the certificate of the gitlab registry. However, seem like other pods getting started, like fleet deployment pods, do not have the certificate included. I do not want to set my registry as insecure. Would be great if someone could explain how I can provide additional self signed certificates to the cluster in order to get them trusted. Last option I am now considering to try is to reinstall the cluster with a self signed cert signed by my private CA. However, no idea if this works and I think it would be a pitty if this would realy be required in order to add additional certificates in the truststore