From 124c2618b6bc0d5562796f3f50119a6e029bf806 Mon Sep 17 00:00:00 2001 From: 839 <8398a7@gmail.com> Date: Sat, 17 Oct 2020 13:14:25 +0900 Subject: [PATCH] Fixed the annotation link (#1848) --- site/content/en/docs/Installation/Install Agones/helm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/en/docs/Installation/Install Agones/helm.md b/site/content/en/docs/Installation/Install Agones/helm.md index 4fc37b8be6..1ac1d2e78d 100644 --- a/site/content/en/docs/Installation/Install Agones/helm.md +++ b/site/content/en/docs/Installation/Install Agones/helm.md @@ -243,6 +243,8 @@ The following tables lists the configurable parameters of the Agones chart and t | `agones.ping.udp.annotations` | [Annotations][annotations] for ping udp service | `{}` | | | | | +[annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ + {{% /feature %}} [toleration]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ @@ -254,7 +256,6 @@ The following tables lists the configurable parameters of the Agones chart and t [service]: https://kubernetes.io/docs/concepts/services-networking/service/ [allocator]: {{< ref "/docs/advanced/allocator-service.md" >}} [loadBalancer]: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer -[annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,