Skip to content

Commit fd9a626

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

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
@@ -412,7 +412,7 @@ Run the `helm install` command to deploy NGINX Instance Manager:
412412

413413
```shell
414414
helm install -n nms-hybrid \
415-
--set adminPasswordHash=$(openssl passwd -6 'YourPassword123#') \
415+
--set adminPasswordHash=$(openssl passwd -6 '<your-password>') \
416416
nms nginx-stable/nms-hybrid \
417417
--create-namespace \
418418
-f <path-to-your-values.yaml> \

0 commit comments

Comments
 (0)