Skip to content

Commit 950ead2

Browse files
committed
fix: sudo
1 parent 158b464 commit 950ead2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/nap-waf/v5/admin-guide/policy-lifecycle-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)