docs/user-guide/secrets: fix invalid syntax of Pod.spec.containers.command.

This commit is contained in:
Slava Semushin
2017-01-16 17:55:46 +01:00
parent 57711a0c9b
commit 105bf6e1f2
+1 -1
View File
@@ -763,7 +763,7 @@ make that key begin with a dot. For example, when the following secret is mount
{
"name": "dotfile-test-container",
"image": "gcr.io/google_containers/busybox",
"command": "ls -l /etc/secret-volume",
"command": [ "ls", "-l", "/etc/secret-volume" ],
"volumeMounts": [
{
"name": "secret-volume",