Skip to content

Commit 5249ee4

Browse files
committed
fix: PV and PVC names
1 parent 4a920ee commit 5249ee4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/nap-waf/v5/admin-guide/deploy-with-helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ To use the *mTLS Configuration* options, read the [Secure Traffic Between NGINX
409409
1. To delete any possible residual resources:
410410
411411
```shell
412-
kubectl delete pvc nginx-app-protect-bundles-pvc
413-
kubectl delete pv nginx-app-protect-bundles-pv
412+
kubectl delete pvc nginx-app-protect-shared-bundles-pvc
413+
kubectl delete pv nginx-app-protect-shared-bundles-pv
414414
kubectl delete crd --all
415415
```
416416
@@ -427,8 +427,8 @@ kubectl -n <namespace> delete apusersigs <user-defined-signature-name>
427427
To delete any possible residual resources:
428428

429429
```shell
430-
kubectl delete pvc nginx-app-protect-bundles-pvc -n <namespace>
431-
kubectl delete pv nginx-app-protect-bundles-pv
430+
kubectl delete pvc nginx-app-protect-shared-bundles-pvc -n <namespace>
431+
kubectl delete pv nginx-app-protect-shared-bundles-pv
432432
kubectl delete crd --all
433433
kubectl delete ns <namespace>
434434
```

0 commit comments

Comments
 (0)