File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/nap-waf/v5/admin-guide Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -425,8 +425,8 @@ http {
425425
426426 Create the directory on the cluster :
427427 ` ` ` bash
428- mkdir -p /mnt/nap5_bundles_pv_data
429- chown -R 101:101 /mnt/nap5_bundles_pv_data
428+ sudo mkdir -p /mnt/nap5_bundles_pv_data
429+ sudo chown -R 101:101 /mnt/nap5_bundles_pv_data
430430 ` ` `
431431
432432 Create a YAML file `pv-hostpath.yaml` with the persistent volume file content :
@@ -976,8 +976,8 @@ To verify that the policy bundles are being deployed and enforced correctly:
976976
977977 Create the directory on the cluster, and persistent volume for policy bundles :
978978 ` ` ` bash
979- mkdir -p /mnt/nap5_bundles_pv_data
980- chown -R 101:101 /mnt/nap5_bundles_pv_data
979+ sudo mkdir -p /mnt/nap5_bundles_pv_data
980+ sudo chown -R 101:101 /mnt/nap5_bundles_pv_data
981981 ` ` `
982982
983983 Create a YAML file `pv-hostpath.yaml` with the PV file content :
You can’t perform that action at this time.
0 commit comments