Skip to content

Commit

Permalink
fix typo in helm installation command (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsinghal13 authored Oct 22, 2020
1 parent 79f2888 commit 5193778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docs/Installation_with_Helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ helm upgrade --install my-release sumologic/sumologic --namespace=my-namespace -
For Helm3, if the namespace does not exist, you can add the `--create-namespace` flag.

```bash
helm upgrade --install my-release sumologic/sumologic --namespace=my-namespace --set sumologic.accessId=<SUMO_ACCESS_ID> --set sumologic.accessKey=<SUMO_ACCESS_KEY> --set sumologic.clusterName="<MY_CLUSTER_NAME> --create-namespace"
helm upgrade --install my-release sumologic/sumologic --namespace=my-namespace --set sumologic.accessId=<SUMO_ACCESS_ID> --set sumologic.accessKey=<SUMO_ACCESS_KEY> --set sumologic.clusterName="<MY_CLUSTER_NAME>" --create-namespace
```

### Installing the helm chart in Openshift platform
Expand Down

0 comments on commit 5193778

Please sign in to comment.