Skip to content

Commit bbd1ea1

Browse files
committed
Fix missing certificate for base domain
1 parent e1ab209 commit bbd1ea1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

deployment-configuration/helm/templates/ingress.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ spec:
205205
- {{ printf "%s.%s" $app.harness.subdomain $domain | quote }}
206206
{{- end }}
207207
{{- if (and $mainapp (and $app.harness.name (eq $app.harness.name $mainapp))) }}
208-
{{- if and $app.harness.subdomain (ne $app.harness.subdomain "www") }}
209208
- {{ $domain | quote }}
210-
{{- end }}
211209
{{- end }}
212210
secretName: {{ printf "tls-secret-%s" $appIngressName }}
213211
{{- end }}

0 commit comments

Comments
 (0)