[zh] Update kustomization.md
This commit is contained in:
@@ -257,7 +257,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
image: my-app
|
image: my-app
|
||||||
volumeMount:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
volumes:
|
volumes:
|
||||||
@@ -317,7 +317,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- image: my-app
|
- image: my-app
|
||||||
name: app
|
name: app
|
||||||
volumeMount:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: config
|
name: config
|
||||||
volumes:
|
volumes:
|
||||||
@@ -428,7 +428,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
image: my-app
|
image: my-app
|
||||||
volumeMount:
|
volumeMounts:
|
||||||
- name: password
|
- name: password
|
||||||
mountPath: /secrets
|
mountPath: /secrets
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user