Skip to content

Commit a70567a

Browse files
committed
[zh] Update kustomization.md
1 parent 116839a commit a70567a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh/docs/tasks/manage-kubernetes-objects/kustomization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ spec:
257257
containers:
258258
- name: app
259259
image: my-app
260-
volumeMount:
260+
volumeMounts:
261261
- name: config
262262
mountPath: /config
263263
volumes:
@@ -317,7 +317,7 @@ spec:
317317
containers:
318318
- image: my-app
319319
name: app
320-
volumeMount:
320+
volumeMounts:
321321
- mountPath: /config
322322
name: config
323323
volumes:
@@ -428,7 +428,7 @@ spec:
428428
containers:
429429
- name: app
430430
image: my-app
431-
volumeMount:
431+
volumeMounts:
432432
- name: password
433433
mountPath: /secrets
434434
volumes:

0 commit comments

Comments
 (0)