Skip to content

Commit 998fe15

Browse files
authored
Merge pull request #106956 from bvdboom/patch-1
Fix spacing in yaml
2 parents e0f1131 + c9e9310 commit 998fe15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/ingress-tls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,11 @@ In the following example, traffic is routed as such:
444444
spec:
445445
ingressClassName: nginx
446446
tls:
447-
- hosts:
447+
- hosts:
448448
- hello-world-ingress.MY_CUSTOM_DOMAIN
449449
secretName: tls-secret
450450
rules:
451-
- host: hello-world-ingress.MY_CUSTOM_DOMAIN
451+
- host: hello-world-ingress.MY_CUSTOM_DOMAIN
452452
http:
453453
paths:
454454
- path: /hello-world-one(/|$)(.*)
@@ -483,11 +483,11 @@ In the following example, traffic is routed as such:
483483
spec:
484484
ingressClassName: nginx
485485
tls:
486-
- hosts:
486+
- hosts:
487487
- hello-world-ingress.MY_CUSTOM_DOMAIN
488488
secretName: tls-secret
489489
rules:
490-
- host: hello-world-ingress.MY_CUSTOM_DOMAIN
490+
- host: hello-world-ingress.MY_CUSTOM_DOMAIN
491491
http:
492492
paths:
493493
- path: /static(/|$)(.*)

0 commit comments

Comments
 (0)