Skip to content

Commit da9025b

Browse files
committed
Remove Step X from headings
1 parent c29a829 commit da9025b

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

site/content/installation/installing-nic/deploy-with-nap-using-helm.md

+6-13
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,14 @@ This is accomplished with the following steps:
3434

3535
---
3636

37+
## Compile WAF Policy from JSON to Bundle
3738

38-
Password:
39-
Login Succeeded
40-
```
41-
42-
Once that's done, pull the `waf-compiler` image with:
39+
Pull the `waf-compiler` image with:
4340

4441
```shell
4542
$ docker pull private-registry.nginx.com/nap/waf-compiler:5.6.0
4643
```
4744

48-
---
49-
50-
## Step 3: Compile WAF Policy from JSON to Bundle
51-
5245
Download the [provided WAF Policy JSON](https://raw.githubusercontent.com/nginx/kubernetes-ingress/main/tests/data/ap-waf-v5/wafv5.json):
5346

5447
```shell
@@ -78,7 +71,7 @@ After this command, your workspace should contain:
7871

7972
---
8073

81-
## Step 4: Create the persistent volume and claim to store the policy bundle
74+
## Create the persistent volume and claim to store the policy bundle
8275

8376
Save the following configuration data as `pvc.yml` in the same directory.
8477

@@ -129,7 +122,7 @@ kubectl get pv
129122
kubectl get pvc
130123
```
131124

132-
## Step 5: Deploy NGINX Plus NIC Controller with NAP Enabled using Helm
125+
## Deploy NGINX Plus NIC Controller with NAP Enabled using Helm
133126

134127
Add the official NGINX Helm repository:
135128
```shell
@@ -180,7 +173,7 @@ kubectl get pods
180173

181174
---
182175

183-
## Step 6: Copy the policy bundle into the running instance
176+
## Copy the policy bundle into the running instance
184177

185178
Get the name of the pod from the `kubectl get pods` command above.
186179

@@ -209,7 +202,7 @@ kubectl exec --stdin --tty \
209202
-- ls -la /etc/app_protect/bundles
210203
```
211204

212-
## Step 7: Confirm that the WAF policies work
205+
## Confirm that the WAF policies work
213206

214207
Save the following kubernetes config file as `webapp.yaml`:
215208

0 commit comments

Comments
 (0)