Fix typo in pod preset conflict example

Move container port definition to the correct line.
This commit is contained in:
Kevin Frommelt 2017-09-25 12:57:11 -05:00 committed by Andrew Chen
parent 21a2110f25
commit d4e8e8fb9e
1 changed files with 1 additions and 1 deletions

View File

@ -526,10 +526,10 @@ spec:
- mountPath: /cache - mountPath: /cache
name: cache-volume name: cache-volume
ports: ports:
- containerPort: 80
volumes: volumes:
- name: cache-volume - name: cache-volume
emptyDir: {} emptyDir: {}
- containerPort: 80
``` ```
**If we run `kubectl describe...` we can see the event:** **If we run `kubectl describe...` we can see the event:**