We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ab209 commit bbd1ea1Copy full SHA for bbd1ea1
1 file changed
deployment-configuration/helm/templates/ingress.yaml
@@ -205,9 +205,7 @@ spec:
205
- {{ printf "%s.%s" $app.harness.subdomain $domain | quote }}
206
{{- end }}
207
{{- if (and $mainapp (and $app.harness.name (eq $app.harness.name $mainapp))) }}
208
- {{- if and $app.harness.subdomain (ne $app.harness.subdomain "www") }}
209
- {{ $domain | quote }}
210
- {{- end }}
211
212
secretName: {{ printf "tls-secret-%s" $appIngressName }}
213
0 commit comments