Fix typo in kustomization example
This commit is contained in:
@@ -518,8 +518,8 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: my-nginx
|
- name: my-nginx
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<EOF >./kustomization.yaml
|
cat <<EOF >./kustomization.yaml
|
||||||
@@ -553,11 +553,12 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: nginx
|
- image: nginx
|
||||||
limits:
|
|
||||||
memory: 512Mi
|
|
||||||
name: my-nginx
|
name: my-nginx
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 512Mi
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user