Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com> (#5366)

Fix the not-working test case yaml for /doc/concepts/storage/volumes.md
This commit is contained in:
Ziqi Zhao
2017-10-19 18:41:28 -05:00
committed by zacharysarah
parent 381fa453db
commit 5a81d09db7
+4 -1
View File
@@ -834,12 +834,15 @@ spec:
containers:
- name: mysql
image: mysql
env:
- name: MYSQL_ROOT_PASSWORD
value: "rootpasswd"
volumeMounts:
- mountPath: /var/lib/mysql
name: site-data
subPath: mysql
- name: php
image: php
image: php:7.0-apache
volumeMounts:
- mountPath: /var/www/html
name: site-data