Skip to content

Commit

Permalink
Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com> (kubernetes#5366)
Browse files Browse the repository at this point in the history
Fix the not-working test case yaml for /doc/concepts/storage/volumes.md
  • Loading branch information
fatsheep9146 authored and bsteciuk committed Dec 1, 2017
1 parent 44bb863 commit cc4b30b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc4b30b

Please sign in to comment.