Skip to content

Commit 567b241

Browse files
Tweaking wording (googleforgames#2475)
Co-authored-by: Mark Mandel <[email protected]>
1 parent 1215af3 commit 567b241

File tree

1 file changed

+3
-2
lines changed
  • site/content/en/docs/Installation/Install Agones

1 file changed

+3
-2
lines changed

‎site/content/en/docs/Installation/Install Agones/yaml.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ kubectl create namespace agones-system
2121
kubectl apply -f https://raw.githubusercontent.com/googleforgames/agones/{{< release-branch >}}/install/yaml/install.yaml
2222
```
2323

24-
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).
24+
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.
25+
26+
The following example sets the `featureGates` and `generateTLS` helm parameters in `install.yaml`:
2527

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

0 commit comments

Comments
(0)