Move topic to Configuration section. (#3620)

* Move topic to Configuration section.

* Move included file.
This commit is contained in:
Steve Perry
2017-05-03 11:10:07 -07:00
committed by GitHub
parent f28c8376e0
commit 2442dc292f
3 changed files with 5 additions and 2 deletions
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
env: test
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPresent
nodeSelector:
disktype: ssd