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.
1 parent 607c5da commit 78bdf89Copy full SHA for 78bdf89
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