From 5a81d09db7f7f274e58e9f6d7cb5e242a7d0de8f Mon Sep 17 00:00:00 2001 From: Ziqi Zhao Date: Thu, 19 Oct 2017 18:41:28 -0500 Subject: [PATCH] Signed-off-by: Ziqi Zhao (#5366) Fix the not-working test case yaml for /doc/concepts/storage/volumes.md --- docs/concepts/storage/volumes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index 7d4e3b3bcc..75a57daa2e 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -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