We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c15e567 + 2879377 commit 6f0ac87Copy full SHA for 6f0ac87
content/en/docs/tasks/manage-kubernetes-objects/kustomization.md
@@ -392,8 +392,8 @@ spec:
392
containers:
393
- name: my-nginx
394
resources:
395
- limits:
396
- memory: 512Mi
+ limits:
+ memory: 512Mi
397
EOF
398
399
cat <<EOF >./kustomization.yaml
@@ -424,11 +424,12 @@ spec:
424
spec:
425
426
- image: nginx
427
428
429
name: my-nginx
430
ports:
431
- containerPort: 80
+ resources:
432
433
```
434
435
Not all Resources or fields support strategic merge patches. To support modifying arbitrary fields in arbitrary Resources,
0 commit comments