fix sidecar manifest

This commit is contained in:
Thomas Paulmyer 2019-05-23 11:04:04 +02:00
parent cad8e32ffe
commit 9825cbbecf
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ spec:
- name: nginx
image: nginx
volumeMounts:
- name: data
- name: shared-data
mountPath: /usr/share/nginx/html
- name: debian
image: debian
volumeMounts:
- name: data
- name: shared-data
mountPath: /pod-data
command: ["/bin/sh"]
args: ["-c", "echo Hello from the debian container > /pod-data/index.html"]