Skip to content

Commit 4d40c84

Browse files
committed
fix: release name
1 parent 89c2965 commit 4d40c84

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ appprotect:
7979
requests:
8080
cpu: 100m
8181
memory: 128Mi
82-
# Optional: Configure NGINX repository for signature updates
83-
nginxRepo:
84-
nginxCrt: <base64-encoded-cert>
85-
nginxKey: <base64-encoded-key>
8682
```
8783
8884
**NGINX Configuration:**
@@ -217,10 +213,6 @@ http {
217213
```shell
218214
kubectl apply -f pv-hostpath.yaml
219215
```
220-
221-
{{< call-out "note" >}}
222-
The PV name defaults to `<release-name>-shared-bundles-pv`, but can be customized using the `appprotect.storage.pv.name` setting in your values.yaml file. Make sure to update all corresponding values for the PV and PVC to point to the correct names.
223-
{{< /call-out >}}
224216

225217
4. **Create Namespace**
226218

@@ -245,6 +237,10 @@ http {
245237

246238
6. **Deploy the Helm Chart with Policy Controller**
247239

240+
{{< call-out "note" >}}
241+
**Release Name**: Replace `<release-name>` with your chosen Helm release name (e.g., "nginx-app-protect", "nap-plm", or "production-waf"). This name identifies your deployment and is used by Helm to manage the installation.
242+
{{< /call-out >}}
243+
248244
**For new installations:**
249245
```bash
250246
helm install <release-name> . \

0 commit comments

Comments
 (0)