Skip to content

Commit

Permalink
Tweaking wording (#2475)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Mandel <markmandel@google.com>
  • Loading branch information
karenarialin and markmandel committed Feb 23, 2022
1 parent 1215af3 commit 567b241
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/content/en/docs/Installation/Install Agones/yaml.md
Expand Up @@ -21,9 +21,10 @@ kubectl create namespace agones-system
kubectl apply -f https://raw.githubusercontent.com/googleforgames/agones/{{< release-branch >}}/install/yaml/install.yaml
```

If you want to change the parameters in the `install.yaml` file, you can use helm directly to generate a custom file locally, but make sure new parameters correspond to the [following ones](https://agones.dev/site/docs/installation/install-agones/helm/#configuration).
To change the [configurable parameters](https://agones.dev/site/docs/installation/install-agones/helm/#configuration) in the `install.yaml` file, you can use helm directly to generate a custom file locally.

The following example sets the `featureGates` and `generateTLS` helm parameters in `install.yaml`:

Example of setting `featureGates` and `generateTLS` helm parameters in `install.yaml`:
```bash
helm pull --untar https://agones.dev/chart/stable/agones-{{< release-version >}}.tgz && \
cd agones && \
Expand Down

0 comments on commit 567b241

Please sign in to comment.