Skip to content

Commit c48ed30

Browse files
authored
fix: Add a missing mount in the NAP 5 deployment file (#206)
1 parent fd8fe65 commit c48ed30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/nap-waf/v5/admin-guide/deploy-on-kubernetes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ spec:
245245
volumeMounts:
246246
- name: app-protect-bd-config
247247
mountPath: /opt/app_protect/bd_config
248+
- name: app-protect-config
249+
mountPath: /opt/app_protect/config
248250
- name: waf-enforcer
249251
image: private-registry.nginx.com/nap/waf-enforcer:<version-tag>
250252
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)