File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -444,11 +444,11 @@ In the following example, traffic is routed as such:
444
444
spec:
445
445
ingressClassName: nginx
446
446
tls:
447
- - hosts:
447
+ - hosts:
448
448
- hello-world-ingress.MY_CUSTOM_DOMAIN
449
449
secretName: tls-secret
450
450
rules:
451
- - host: hello-world-ingress.MY_CUSTOM_DOMAIN
451
+ - host: hello-world-ingress.MY_CUSTOM_DOMAIN
452
452
http:
453
453
paths:
454
454
- path: /hello-world-one(/|$)(.*)
@@ -483,11 +483,11 @@ In the following example, traffic is routed as such:
483
483
spec:
484
484
ingressClassName: nginx
485
485
tls:
486
- - hosts:
486
+ - hosts:
487
487
- hello-world-ingress.MY_CUSTOM_DOMAIN
488
488
secretName: tls-secret
489
489
rules:
490
- - host: hello-world-ingress.MY_CUSTOM_DOMAIN
490
+ - host: hello-world-ingress.MY_CUSTOM_DOMAIN
491
491
http:
492
492
paths:
493
493
- path: /static(/|$)(.*)
You can’t perform that action at this time.
0 commit comments