Merge pull request #28047 from AsterYujano/patch-1

Update kustomization.md
This commit is contained in:
Kubernetes Prow Robot
2021-06-09 17:31:26 -07:00
committed by GitHub
@@ -180,7 +180,7 @@ spec:
containers:
- name: app
image: my-app
volumeMount:
volumeMounts:
- name: config
mountPath: /config
volumes:
@@ -234,7 +234,7 @@ spec:
containers:
- image: my-app
name: app
volumeMount:
volumeMounts:
- mountPath: /config
name: config
volumes:
@@ -327,7 +327,7 @@ spec:
containers:
- name: app
image: my-app
volumeMount:
volumeMounts:
- name: password
mountPath: /secrets
volumes: