Skip to content

Commit 8421bbf

Browse files
committed
Fix repeated typo in documentation examples
I believe "container" is intended, not "conatiner".
1 parent 1fea597 commit 8421bbf

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

site/content/en/references/kubectl/kustomize/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
template:
3131
containers:
3232
- name: the-container
33-
image: registry/conatiner:latest
33+
image: registry/container:latest
3434
```
3535
3636
```yaml
@@ -60,6 +60,6 @@ spec:
6060
replicas: 5
6161
template:
6262
containers:
63-
- image: registry/conatiner:latest
63+
- image: registry/container:latest
6464
name: the-container
65-
```
65+
```

site/content/en/references/kustomize/kustomization/namespace/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
template:
2727
containers:
2828
- name: the-container
29-
image: registry/conatiner:latest
29+
image: registry/container:latest
3030
```
3131
3232
```yaml
@@ -53,6 +53,6 @@ spec:
5353
replicas: 5
5454
template:
5555
containers:
56-
- image: registry/conatiner:latest
56+
- image: registry/container:latest
5757
name: the-container
58-
```
58+
```

site/content/en/references/kustomize/kustomization/namesuffix/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
template:
2727
containers:
2828
- name: the-container
29-
image: registry/conatiner:latest
29+
image: registry/container:latest
3030
```
3131
3232
```yaml
@@ -52,6 +52,6 @@ spec:
5252
replicas: 5
5353
template:
5454
containers:
55-
- image: registry/conatiner:latest
55+
- image: registry/container:latest
5656
name: the-container
57-
```
57+
```

site/content/en/references/kustomize/kustomization/replicas/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
template:
5959
containers:
6060
- name: the-container
61-
image: registry/conatiner:latest
61+
image: registry/container:latest
6262
```
6363

6464
```yaml
@@ -86,5 +86,5 @@ spec:
8686
template:
8787
containers:
8888
- name: the-container
89-
image: registry/conatiner:latest
90-
```
89+
image: registry/container:latest
90+
```

0 commit comments

Comments
 (0)