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 fd9a626 commit 698167cCopy full SHA for 698167c
content/nim/deploy/kubernetes/deploy-using-helm.md
@@ -433,7 +433,7 @@ To upgrade:
433
434
```shell
435
helm upgrade -n nms \
436
- --set nms-hybrid.adminPasswordHash=$(openssl passwd -6 'YourPassword123#') \
+ --set nms-hybrid.adminPasswordHash=$(openssl passwd -6 '<your-password>') \
437
nms nginx-stable/nms-hybrid \
438
-f <path-to-your-values.yaml> \
439
--version <chart-version> \
0 commit comments