Skip to content

Commit

Permalink
Fixed the annotation link (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Oct 17, 2020
1 parent ab93fd6 commit b707bb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/content/en/docs/Installation/Install Agones/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,12 @@ The following tables lists the configurable parameters of the Agones chart and t
| `agones.controller.annotations` | Controller [annotations][annotations] settings for pod assignment | `{}` |
| `agones.allocator.annotations` | Allocator [annotations][annotations] settings for pod assignment | `{}` |
| `agones.ping.annotations` | Ping [annotations][annotations] settings for pod assignment | `{}` |
| `agones.ping.http.annotations` | [Annotations](annotations) for ping http service | `{}` |
| `agones.ping.http.annotations` | [Annotations][annotations] for ping http service | `{}` |
| `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/
Expand All @@ -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,

Expand Down

0 comments on commit b707bb0

Please sign in to comment.