Client certificate configuration

Hi all,

I am trying to configure BMC-Helix application running in Kubernetes to perform client certificate authentication. This might be a silly question but I am fairly new to kube environment and would appreciate any feedback. Thanks!

Summary
The application is running in namespace A. I created the secret with the CA, mounted the volume in the deployment yaml and configured nginx to look for the CA at the specified directory but this did not work.

I also tried creating the secret and adding it to the ingress-nginx-controller CM and mounting the volume in ingress-nginx-controller daemonset which still did not prompt for the certificate authentication.