Temporal web-ui not using configmap in K8s

Im trying to add auth to web-ui. Providing the required values does create the required configmap, but it is not picked up by the web-ui container (confirmed that no file is generated in the expected location (./config) inside the pod. There were no volume mounts either.

helm-charts/web-deployment.yaml at master · temporalio/helm-charts · GitHub I could not see a volume mount for the configmap in the container definition.

am I missing something?

Found a linked issue here [Bug] Temporal UI not honoring Auth configs · Issue #304 · temporalio/helm-charts · GitHub