Skip to content

Commit cb734df

Browse files
Fixed indentation in TLS Ingress example
- Fixed indentation in TLS Ingress example - Made indentation uniform Bad indentation resulted in a YAML-to-JSON conversion error when running kubectl
1 parent 4f7477c commit cb734df

File tree

1 file changed

+8
-8
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+8
-8
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -402,16 +402,16 @@ metadata:
402402
spec:
403403
tls:
404404
- hosts:
405-
- sslexample.foo.com
405+
- sslexample.foo.com
406406
secretName: testsecret-tls
407407
rules:
408-
- host: sslexample.foo.com
409-
http:
410-
paths:
411-
- path: /
412-
backend:
413-
serviceName: service1
414-
servicePort: 80
408+
- host: sslexample.foo.com
409+
http:
410+
paths:
411+
- path: /
412+
backend:
413+
serviceName: service1
414+
servicePort: 80
415415
```
416416

417417
{{< note >}}

0 commit comments

Comments
 (0)