Skip to content

Commit ff6f7bf

Browse files
authored
fix: Update deploy-using-helm.md
1 parent beb0ba2 commit ff6f7bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ The `values.yaml` file customizes the Helm chart installation without modifying
395395
image:
396396
repository: private-registry.nginx.com/nms/utility
397397
tag: <version>
398+
secmon:
399+
image:
400+
repository: private-registry.nginx.com/nms/secmon
401+
tag: <version>
398402
```
399403

400404
2. Save and close the `values.yaml` file.

0 commit comments

Comments
 (0)