We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb0ba2 commit ff6f7bfCopy full SHA for ff6f7bf
content/nim/deploy/kubernetes/deploy-using-helm.md
@@ -395,6 +395,10 @@ The `values.yaml` file customizes the Helm chart installation without modifying
395
image:
396
repository: private-registry.nginx.com/nms/utility
397
tag: <version>
398
+ secmon:
399
+ image:
400
+ repository: private-registry.nginx.com/nms/secmon
401
+ tag: <version>
402
```
403
404
2. Save and close the `values.yaml` file.
0 commit comments