Skip to content

Commit 832d8ef

Browse files
committed
fix: namespace values.yaml
1 parent ad77103 commit 832d8ef

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@ 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
58+
namespace: <namespace>
59+
5760
appprotect:
61+
## Enable/Disable Nginx App Protect Deployment
62+
enable: true
63+
5864
policyController:
5965
enable: true # Set to false to disable Policy Controller
6066
replicas: 1
@@ -221,8 +227,8 @@ http {
221227
kubectl create namespace <namespace>
222228
```
223229

224-
{{< call-out "note" >}}
225-
You can name the namespace whatever you want. If you already have an existing namespace, you can skip this step and use your existing namespace in the subsequent commands.
230+
{{< call-out "important" >}}
231+
**Important**: The namespace name you choose here must be used consistently in ALL subsequent commands throughout this guide AND must also be specified in your values.yaml file. Replace `<namespace>` with your actual namespace name in every command that follows and update the `namespace:` field in your values.yaml file to match. If you already have an existing namespace, you can skip this step and use your existing namespace name in all subsequent commands and configuration files.
226232
{{< /call-out >}}
227233

228234
5. **Configure Docker Registry Credentials**

0 commit comments

Comments
 (0)