Skip to content

Commit

Permalink
Update 04.internal.md
Browse files Browse the repository at this point in the history
Update to correct certification names in mountPath
  • Loading branch information
williamshen9999 authored and sunilarjun committed Dec 2, 2024
1 parent 8789fa6 commit 143778d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/02.deploying/01.production/04.internal/04.internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ Then edit the Controller, Enforcer, and Scanner deployment yamls, adding:
containers:
- name: neuvector-controller/enforcer/scanner-pod
volumeMounts:
- mountPath: /etc/neuvector/certs/internal/tls.key
- mountPath: /etc/neuvector/certs/internal/cert.key
name: internal-cert
readOnly: true
subPath: tls.key
- mountPath: /etc/neuvector/certs/internal/tls.crt
- mountPath: /etc/neuvector/certs/internal/cert.pem
name: internal-cert
readOnly: true
subPath: tls.crt
- mountPath: /etc/neuvector/certs/internal/ca.crt
- mountPath: /etc/neuvector/certs/internal/ca.cert
name: internal-cert
readOnly: true
subPath: ca.crt
Expand Down

0 comments on commit 143778d

Please sign in to comment.