I have a software with Helm. I'm running Letsencrypt here. But when I looked with kubectl get secret, I saw that random characters were generated at the end of the certName that I assigned in my yaml file, and it seems like the certificate is not working because of this. But if I do this setup outside of helm, it works without any problems.
tls:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . | quote }}
{{- end }}
secretName: test-tls
{{- end }}
kubectl get secret
test-tls-nrtx9 Opaque 3 14m