Skip to content

Commit 698167c

Browse files
Update content/nim/deploy/kubernetes/deploy-using-helm.md
Co-authored-by: Travis Martin <[email protected]>
1 parent fd9a626 commit 698167c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ To upgrade:
433433

434434
```shell
435435
helm upgrade -n nms \
436-
--set nms-hybrid.adminPasswordHash=$(openssl passwd -6 'YourPassword123#') \
436+
--set nms-hybrid.adminPasswordHash=$(openssl passwd -6 '<your-password>') \
437437
nms nginx-stable/nms-hybrid \
438438
-f <path-to-your-values.yaml> \
439439
--version <chart-version> \

0 commit comments

Comments
 (0)