Skip to content

Commit

Permalink
Fix the link to cert.sh (#1381)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Mandel <mark.mandel@gmail.com>
  • Loading branch information
pooneh-m and markmandel authored Mar 2, 2020
1 parent 40b5ade commit 71c656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/Installation/Install Agones/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ By default agones chart generates tls certificates used by the admission control
For most used cases the controller would have required a restart anyway (eg: controller image updated). However if you really need to avoid restarts we suggest that you turn off tls automatic generation (`agones.controller.generateTLS` to `false`) and provide your own certificates (`certs/server.crt`,`certs/server.key`).

{{< alert title="Tip" color="info">}}
You can use our script located at `cert/cert.sh` to generates them.
You can use our script located at {{< ghlink href="install/helm/agones/certs/cert.sh" >}}cert.sh{{< /ghlink >}} to generates them.
{{< /alert >}}

## Next Steps
Expand Down

0 comments on commit 71c656f

Please sign in to comment.