Skip to content

Commit 31f188e

Browse files
committed
fix: namespace instructions
1 parent 832d8ef commit 31f188e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ If you wish to pull security updates from the NGINX repository (with APSignature
5454
**Helm Configuration (values.yaml):**
5555

5656
```yaml
57-
# Namespace for the deployment - must match the namespace created in kubectl
57+
# Specify the target namespace for your deployment
58+
# Replace <namespace> with your chosen namespace name (e.g., "nap-plm" or "production")
59+
# This must match the namespace you will create in Step 4 or an existing namespace you plan to use
5860
namespace: <namespace>
5961

6062
appprotect:

0 commit comments

Comments
 (0)