Hello @joaquin,
When i followed this method:
However, if you do not have the ca.crt and ca.key (which is understandable, as GoDaddy wouldn’t give this out if it is a public trusted cert/key), then you need to generate cert/key saved as node.crt and node.key . You may have to generate a ca.crt and ca.key with dgraph cert command to put in the tls directory, but with --tls_use_system_ca , Dgraph Alpha will check the against public CA certs/keys like GoDaddy.
After rdeploying the helm chart alpha pod is crashing,
Logs of alpha:
This is what happening, But the same procedure is working fine standalone baremetal.
If we deploy using Helm Chart it is the issue.
I feel like while in standalone also faced the same issue first the by using this command “update-ca-certificates” issue resolved.
But how we need to pass this cmd through the helm.
Thanks

