Skip to content

Commit

Permalink
Fixed typo (#7178)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci authored Jan 21, 2025
1 parent bc91fb1 commit 98ac016
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Add `volumeMounts` as below:
```yaml
...
- image: <my_docker_registery>:<version_tag>
- image: <my_docker_registry>:<version_tag>
imagePullPolicy: IfNotPresent
name: nginx-plus-ingress
volumeMounts:
Expand All @@ -401,7 +401,7 @@ Add `readOnlyRootFilesystem` to the NIC container and set valut to `true` as bel
```yaml
...
- image: <my_docker_registery>:<version_tag>
- image: <my_docker_registry>:<version_tag>
imagePullPolicy: IfNotPresent
name: nginx-plus-ingress
...
Expand Down

0 comments on commit 98ac016

Please sign in to comment.