You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
john-haven
changed the title
Default value for helm.installTests in helm chart setup value is incorrect
Default value on website for helm.installTests in helm chart setup value is incorrect
Aug 26, 2022
What happened:
The default value for the
helm.installTests
value in the helm chart configuration on the website is incorrect - it should befalse
https://agones.dev/site/docs/installation/install-agones/helm/#configuration
It looks like a simple copy-paste error.
What you expected to happen:
The value should be changed to
false
.How to reproduce it (as minimally and precisely as possible):
Visit the website.
Anything else we need to know?:
The offending line:
https://github.com/googleforgames/agones/blob/release-1.25.0/site/content/en/docs/Installation/Install%20Agones/helm.md?plain=1#L212
The actual default (
false
) value from the chart:https://github.com/googleforgames/agones/blob/release-1.25.0/install/helm/agones/values.yaml#L232
Environment:
1.25
kubectl version
):1.22
The text was updated successfully, but these errors were encountered: