Hi I’m trying to set up https for my sonarqube server, hosted in GKE using helm chart. I read that I can use the ingress.tls helm chart parameter to configure a secret for the https connection.
My question is, what should be entered into this parameter? Is it kubernetes secret name in the same namespace? If that’s the case, I need to first create a kubernetes secret and reference the same name.
Is that all I need to do? Is there anything else?