We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f105cfc + 78bdf89 commit 01ae0aeCopy full SHA for 01ae0ae
test/fixtures/doc-yaml/user-guide/secrets/secret-pod.yaml.in
@@ -5,8 +5,8 @@ metadata:
5
spec:
6
containers:
7
- name: test-container
8
- image: {{.MounttestImage}}
9
- command: [ "/mounttest", "--file_content=/etc/secret-volume/data-1" ]
+ image: {{.AgnhostImage}}
+ args: [ "mounttest", "--file_content=/etc/secret-volume/data-1" ]
10
volumeMounts:
11
# name must match the volume name below
12
- name: secret-volume
0 commit comments