Skip to content

Commit

Permalink
Merge pull request #195 from SumoLogic/maisie-cluster-name
Browse files Browse the repository at this point in the history
Update instruction for cluster name
  • Loading branch information
maimaisie authored Sep 16, 2019
2 parents cd56256 + 0793f6f commit a4b293e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ helm install sumologic/sumologic --name my-release --namespace my-namespace -f v

If you would like to use a different cluster name than the default `kubernetes`, add this to the `helm install` command:
```
--set prometheus-operator.prometheus.prometheusSpec.externalLabels.cluster="<my-cluster-name>"
--set prometheus-operator.prometheus.prometheusSpec.externalLabels.cluster="<my-cluster-name>" --set sumologic.clusterName="<my-cluster-name>"
```

### How to install if you have an existing Prometheus operator
Expand Down

0 comments on commit a4b293e

Please sign in to comment.