mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
e2e: examples: fix test image reference
This commit is contained in:
parent
607c5daabd
commit
78bdf89e50
@ -5,8 +5,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: {{.MounttestImage}}
|
image: {{.AgnhostImage}}
|
||||||
command: [ "/mounttest", "--file_content=/etc/secret-volume/data-1" ]
|
args: [ "mounttest", "--file_content=/etc/secret-volume/data-1" ]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
# name must match the volume name below
|
# name must match the volume name below
|
||||||
- name: secret-volume
|
- name: secret-volume
|
||||||
|
Loading…
Reference in New Issue
Block a user