Hello,
I successfully install longhorn on my cluster and I use ceph (S3) as a backup target.
My company has a private network with custom CA.
I modified the files in helm chart to mount the CA as a volume for the ui (I can now browse the page without error).
But how can I inject the CA in the pod/deployment managed by longhorn. In particular, I’m interested to modify the instancemanager pods because I see in the logs x509 : signed by unknow authority
each time I want to do a backup.
Thanks for the help
Nicolas