Merge pull request #26041 from tengqm/zh-kustomization

[zh] Fix typo in kustomization example
This commit is contained in:
Kubernetes Prow Robot
2021-01-15 22:01:43 -08:00
committed by GitHub
@@ -518,8 +518,8 @@ spec:
containers:
- name: my-nginx
resources:
limits:
memory: 512Mi
limits:
memory: 512Mi
EOF
cat <<EOF >./kustomization.yaml
@@ -553,11 +553,12 @@ spec:
spec:
containers:
- image: nginx
limits:
memory: 512Mi
name: my-nginx
ports:
- containerPort: 80
resources:
limits:
memory: 512Mi
```
<!--