customCertificates
helm value that can be to the configuration. Its value should be a list of Kubernetes Secret names. Each secret may contain one or more custom certificate files.
For instance, you can add your CA file using the following command in your cluster:
yaml
Node.js scriptsDuring env zero deployment some customers may want to use Node.js scripts.
To make sure your script using the custom certificates, please add the
NODE_EXTRA_CA_CERTS
environment variable with the value of /etc/ssl/certs/ca-certificates.crt
. That file contains all the certificates in our agentโs pod.Ignore CA CertsSet
gitSslNoVerify
to true
in your helm values to ignore CA certs.