Download coder-agent from a host with untrusted CA certificate
I'm using the example k8s template for running inside a k8s pod.
When the pod spins up it tries to download using curl the coder-agent itself (directly from the running server). The server is host with a selfsigned ssl certificate, thus, curl command fails.
Where is this installation script? I could not find it in terraform files nor in
https://code-server.dev/install.sh How is this being pulled and how can I modify it so I could append my own trusted CA cert?
Thanks.
