Minor corrections in init container readme and Service readme (#15570)

* Updating minor corrections

* Updating minor corrections in service readme
This commit is contained in:
Neha Gupta
2019-07-29 23:36:27 +05:30
committed by Kubernetes Prow Robot
parent 5e9207e88d
commit 11893c709a
2 changed files with 2 additions and 2 deletions
@@ -215,7 +215,7 @@ kubectl logs myapp-pod -c init-mydb # Inspect the second init container
```
At this point, those init containers will be waiting to discover Services named
`mydb` and `myservices`.
`mydb` and `myservice`.
Here's a configuration you can use to make those Services appear: