Merge pull request #6440 from athurg/patch-1

Fix the comment's ambiguous
This commit is contained in:
Qiming
2017-11-24 13:39:58 +08:00
committed by GitHub
+2 -2
View File
@@ -97,8 +97,8 @@ volumes:
```yaml
volumeMounts:
# name must match the volume name below
- name: redis-persistent-storage
   # name must match the volume name defined in volumes
   - name: redis-persistent-storage
# mount path within the container
mountPath: /data/redis
```