diff --git a/install/helm/README.md b/install/helm/README.md index 6cf9ef2c09..40e8b25692 100644 --- a/install/helm/README.md +++ b/install/helm/README.md @@ -108,7 +108,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install --name my-release --namespace agones-system \ - --set agones.namespace=mynamespace,gameservers.minPort=1000,gamesevers.maxPort=5000 agones + --set agones.namespace=mynamespace,gameservers.minPort=1000,gameservers.maxPort=5000 agones ``` The above command sets the namespace where Agones is deployed to `mynamespace`. Additionally Agones will use a dynamic port allocation range of 1000-5000. @@ -130,4 +130,4 @@ For most used cases the controller would have required a restart anyway (eg: con ## Confirm Agones is running -To confirm Agones is up and running, [go to the next section](../README.md#confirming-agones-started-successfully) \ No newline at end of file +To confirm Agones is up and running, [go to the next section](../README.md#confirming-agones-started-successfully)