Merge pull request #26040 from tengqm/fix-kustomization

Fix examples in kustomization
pull/26027/head
Kubernetes Prow Robot 2021-01-13 17:43:03 -08:00 committed by GitHub
commit 6f0ac8755e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -424,11 +424,12 @@ spec:
spec:
containers:
- image: nginx
limits:
memory: 512Mi
name: my-nginx
ports:
- containerPort: 80
resources:
limits:
memory: 512Mi
```
Not all Resources or fields support strategic merge patches. To support modifying arbitrary fields in arbitrary Resources,