Merge pull request #93429 from sjenning/fix-examples-template

e2e: examples: fix test image reference
This commit is contained in:
Kubernetes Prow Robot 2020-07-28 21:03:47 -07:00 committed by GitHub
commit 01ae0ae8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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