Skip to content

Commit 6257317

Browse files
committed
Update Helm and Manifest sections
1 parent 0e9e57b commit 6257317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Add `volumeMounts` as below:
375375
376376
### Configure `readOnlyRootFilesystem`
377377
378-
Add `readOnlyRootFilesystem` to the NIC container as below:
378+
Add `readOnlyRootFilesystem` to the NIC container and set valut to `true` as below:
379379
380380
```yaml
381381
...
@@ -389,7 +389,7 @@ Add `readOnlyRootFilesystem` to the NIC container as below:
389389
...
390390
```
391391
392-
Add `readOnlyRootFilesystem: true` to the `waf-config-mgr` container:
392+
Add `readOnlyRootFilesystem` to the `waf-config-mgr` container and set value to `true` as below:
393393
394394
```yaml
395395
...
@@ -403,7 +403,7 @@ Add `readOnlyRootFilesystem: true` to the `waf-config-mgr` container:
403403
...
404404
```
405405
406-
Add `readOnlyRootFilesystem: true` to the `waf-enforcer` container:
406+
Add `readOnlyRootFilesystem` to the `waf-enforcer` container and set value to `true` as below:
407407
408408
```yaml
409409
...

0 commit comments

Comments
 (0)