Update init-containers.md (#7835)

Proper noun “Init Containers” are written in capital in this doc.
This commit is contained in:
AdamDang
2018-03-28 05:59:05 +08:00
committed by zacharysarah
parent fe592a34ed
commit a389784de3
@@ -124,7 +124,7 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep 3600']
```
There is a new syntax in Kubernetes 1.6, although the old annotation syntax still works for 1.6 and 1.7. The new syntax must be used for 1.8 or greater. We have moved the declaration of init containers to `spec`:
There is a new syntax in Kubernetes 1.6, although the old annotation syntax still works for 1.6 and 1.7. The new syntax must be used for 1.8 or greater. We have moved the declaration of Init Containers to `spec`:
```yaml
apiVersion: v1