Skip to content

Commit 1c62a79

Browse files
fabriziofioruccipdabelf5
authored andcommitted
Fixed typo (#7178)
1 parent c995db8 commit 1c62a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/installation/integrations/app-protect-waf-v5/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Add `volumeMounts` as below:
382382
383383
```yaml
384384
...
385-
- image: <my_docker_registery>:<version_tag>
385+
- image: <my_docker_registry>:<version_tag>
386386
imagePullPolicy: IfNotPresent
387387
name: nginx-plus-ingress
388388
volumeMounts:
@@ -401,7 +401,7 @@ Add `readOnlyRootFilesystem` to the NIC container and set valut to `true` as bel
401401
402402
```yaml
403403
...
404-
- image: <my_docker_registery>:<version_tag>
404+
- image: <my_docker_registry>:<version_tag>
405405
imagePullPolicy: IfNotPresent
406406
name: nginx-plus-ingress
407407
...

0 commit comments

Comments
 (0)