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 116839a commit a70567aCopy full SHA for a70567a
content/zh/docs/tasks/manage-kubernetes-objects/kustomization.md
@@ -257,7 +257,7 @@ spec:
257
containers:
258
- name: app
259
image: my-app
260
- volumeMount:
+ volumeMounts:
261
- name: config
262
mountPath: /config
263
volumes:
@@ -317,7 +317,7 @@ spec:
317
318
- image: my-app
319
name: app
320
321
- mountPath: /config
322
name: config
323
@@ -428,7 +428,7 @@ spec:
428
429
430
431
432
- name: password
433
mountPath: /secrets
434
0 commit comments