Delete redundant '\n' (#5906)

* Delete redundant '\n'

* The unified style
This commit is contained in:
chenhonggc
2017-10-13 15:18:53 -05:00
committed by Steve Perry
parent 61ae72a3ae
commit a1174fde27
3 changed files with 3 additions and 6 deletions
@@ -3,12 +3,10 @@ apiVersion: v1
metadata:
name: task-pv-pod
spec:
volumes:
- name: task-pv-storage
persistentVolumeClaim:
claimName: task-pv-claim
containers:
- name: task-pv-container
image: nginx
@@ -16,7 +14,7 @@ spec:
- containerPort: 80
name: "http-server"
volumeMounts:
- mountPath: "/usr/share/nginx/html"
name: task-pv-storage
- mountPath: "/usr/share/nginx/html"
name: task-pv-storage