We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832d8ef commit 31f188eCopy full SHA for 31f188e
content/nap-waf/v5/admin-guide/policy-lifecycle-management.md
@@ -54,7 +54,9 @@ If you wish to pull security updates from the NGINX repository (with APSignature
54
**Helm Configuration (values.yaml):**
55
56
```yaml
57
-# Namespace for the deployment - must match the namespace created in kubectl
+# 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
60
namespace: <namespace>
61
62
appprotect:
0 commit comments