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 94b2004 + 097292f commit fd3422aCopy full SHA for fd3422a
content/en/docs/tasks/manage-kubernetes-objects/kustomization.md
@@ -180,7 +180,7 @@ spec:
180
containers:
181
- name: app
182
image: my-app
183
- volumeMount:
+ volumeMounts:
184
- name: config
185
mountPath: /config
186
volumes:
@@ -234,7 +234,7 @@ spec:
234
235
- image: my-app
236
name: app
237
238
- mountPath: /config
239
name: config
240
@@ -327,7 +327,7 @@ spec:
327
328
329
330
331
- name: password
332
mountPath: /secrets
333
0 commit comments