Add chart name, "stable/msoms" to install command with inline parameters (#2327)

Add chart name, "stable/msoms" to install command with inline parameters
This commit is contained in:
Marcus Robinson
2017-09-25 18:11:15 +02:00
committed by Reinhard Nägele
parent 13d5d4ba55
commit 8b4d25eefc
+1 -1
View File
@@ -49,7 +49,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```bash
$ helm install --name omsagent \
--set omsagent.secret.wsid=<your_workspace_id>,omsagent.secret.key=<your_workspace_key>
--set omsagent.secret.wsid=<your_workspace_id>,omsagent.secret.key=<your_workspace_key> stable/msoms
```