Delete redundant '\n' (#5906)

* Delete redundant '\n'

* The unified style
pull/5898/merge
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

View File

@ -6,7 +6,6 @@ spec:
containers:
- name: lifecycle-demo-container
image: nginx
lifecycle:
postStart:
exec:

View File

@ -8,7 +8,7 @@ spec:
image: vish/stress
resources:
requests:
memory: 50Mi
memory: "50Mi"
limits:
memory: "100Mi"
args:

View File

@ -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