Corrects example yaml indentation (#6074)
This commit is contained in:
committed by
Steve Perry
parent
f71e041372
commit
ae415874a4
@@ -115,7 +115,7 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: kube-dns
|
||||
namespace: kube-system
|
||||
data:
|
||||
data:
|
||||
stubDomains: |
|
||||
{“consul.local”: [“10.150.0.1”]}
|
||||
```
|
||||
@@ -137,7 +137,7 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: kube-dns
|
||||
namespace: kube-system
|
||||
data:
|
||||
data:
|
||||
upstreamNameservers: |
|
||||
[“172.16.0.1”]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user