mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #93429 from sjenning/fix-examples-template
e2e: examples: fix test image reference
This commit is contained in:
commit
01ae0ae8c6
@ -5,8 +5,8 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: test-container
|
||||
image: {{.MounttestImage}}
|
||||
command: [ "/mounttest", "--file_content=/etc/secret-volume/data-1" ]
|
||||
image: {{.AgnhostImage}}
|
||||
args: [ "mounttest", "--file_content=/etc/secret-volume/data-1" ]
|
||||
volumeMounts:
|
||||
# name must match the volume name below
|
||||
- name: secret-volume
|
||||
|
Loading…
Reference in New Issue
Block a user