Skip to content

Commit 78bdf89

Browse files
committed
e2e: examples: fix test image reference
1 parent 607c5da commit 78bdf89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fixtures/doc-yaml/user-guide/secrets/secret-pod.yaml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
spec:
66
containers:
77
- name: test-container
8-
image: {{.MounttestImage}}
9-
command: [ "/mounttest", "--file_content=/etc/secret-volume/data-1" ]
8+
image: {{.AgnhostImage}}
9+
args: [ "mounttest", "--file_content=/etc/secret-volume/data-1" ]
1010
volumeMounts:
1111
# name must match the volume name below
1212
- name: secret-volume

0 commit comments

Comments
 (0)