Skip to content

Commit

Permalink
Merge pull request #26041 from tengqm/zh-kustomization
Browse files Browse the repository at this point in the history
[zh] Fix typo in kustomization example
  • Loading branch information
k8s-ci-robot authored Jan 16, 2021
2 parents b3cca87 + 9845d4e commit 43e0326
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ spec:
containers:
- name: my-nginx
resources:
limits:
memory: 512Mi
limits:
memory: 512Mi
EOF
cat <<EOF >./kustomization.yaml
Expand Down Expand Up @@ -553,11 +553,12 @@ spec:
spec:
containers:
- image: nginx
limits:
memory: 512Mi
name: my-nginx
ports:
- containerPort: 80
resources:
limits:
memory: 512Mi
```

<!--
Expand Down

0 comments on commit 43e0326

Please sign in to comment.