File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/content/installation/integrations/app-protect-waf-v5 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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...
You can’t perform that action at this time.
0 commit comments