Skip to content

Commit 44a1173

Browse files
authored
Update docs to fix kubernates typos (#7591)
Issue reported by Fabrizio Fiorucci in Slack.
1 parent 2885caa commit 44a1173

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/content/installation/installing-nic/installation-with-helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ The steps you should follow depend on the Helm release name:
210210
211211
2. Checkout the latest available tag using `git checkout v{{< nic-version >}}`
212212
213-
3. Navigate to `/kubernates-ingress/charts/nginx-ingress`
213+
3. Navigate to `/kubernetes-ingress/charts/nginx-ingress`
214214
215-
4. Update the `selectorLabels: {}` field in the `values.yaml` file located at `/kubernates-ingress/charts/nginx-ingress` with the copied `Selector` value.
215+
4. Update the `selectorLabels: {}` field in the `values.yaml` file located at `/kubernetes-ingress/charts/nginx-ingress` with the copied `Selector` value.
216216
```shell
217217
selectorLabels: {app: nginx-ingress-nginx-ingress}
218218
```
@@ -255,9 +255,9 @@ The steps you should follow depend on the Helm release name:
255255
256256
2. Checkout the latest available tag using `git checkout v{{< nic-version >}}`
257257
258-
3. Navigate to `/kubernates-ingress/charts/nginx-ingress`
258+
3. Navigate to `/kubernetes-ingress/charts/nginx-ingress`
259259
260-
4. Update the `selectorLabels: {}` field in the `values.yaml` file located at `/kubernates-ingress/charts/nginx-ingress` with the copied `Selector` value.
260+
4. Update the `selectorLabels: {}` field in the `values.yaml` file located at `/kubernetes-ingress/charts/nginx-ingress` with the copied `Selector` value.
261261
262262
```shell
263263
selectorLabels: {app: <helm_release_name>-nginx-ingress}

0 commit comments

Comments
 (0)