Merge pull request #26041 from tengqm/zh-kustomization
[zh] Fix typo in kustomization example
This commit is contained in:
commit
43e0326ab3
|
@ -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
|
||||
```
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue