We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 281b54e + 6eb75c1 commit 5c3e93dCopy full SHA for 5c3e93d
docs/user-guide/configmap/index.md
@@ -366,7 +366,7 @@ spec:
366
containers:
367
- name: test-container
368
image: gcr.io/google_containers/busybox
369
- command: [ "/bin/sh", "cat /etc/config/special.how" ]
+ command: [ "/bin/sh", "-c", "cat /etc/config/special.how" ]
370
volumeMounts:
371
- name: config-volume
372
mountPath: /etc/config
@@ -394,7 +394,7 @@ spec:
394
395
396
397
- command: [ "/bin/sh", "cat /etc/config/path/to/special-key" ]
+ command: [ "/bin/sh","-c","cat /etc/config/path/to/special-key" ]
398
399
400
0 commit comments