We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c995db8 commit 1c62a79Copy full SHA for 1c62a79
site/content/installation/integrations/app-protect-waf-v5/installation.md
@@ -382,7 +382,7 @@ Add `volumeMounts` as below:
382
383
```yaml
384
...
385
-- image: <my_docker_registery>:<version_tag>
+- image: <my_docker_registry>:<version_tag>
386
imagePullPolicy: IfNotPresent
387
name: nginx-plus-ingress
388
volumeMounts:
@@ -401,7 +401,7 @@ Add `readOnlyRootFilesystem` to the NIC container and set valut to `true` as bel
401
402
403
404
405
406
407
0 commit comments