diff --git a/site/content/en/docs/Installation/Install Agones/helm.md b/site/content/en/docs/Installation/Install Agones/helm.md index b61d3c5410..5064f5c1e4 100644 --- a/site/content/en/docs/Installation/Install Agones/helm.md +++ b/site/content/en/docs/Installation/Install Agones/helm.md @@ -109,9 +109,6 @@ The following tables lists the configurable parameters of the Agones chart and t | `agones.metrics.prometheusEnabled` | Enables controller metrics on port `8080` and path `/metrics` | `true` | | `agones.metrics.stackdriverEnabled` | Enables Stackdriver exporter of controller metrics | `false` | | `agones.metrics.stackdriverProjectID` | This overrides the default gcp project id for use with stackdriver | `` | -{{% feature publishVersion="1.3.0" %}} -| `agones.metrics.stackdriverLabels` | A set of default labels to add to all stackdriver metrics generated in form of key value pair (`key=value,key2=value2`). By default metadata are automatically added using Kubernetes API and GCP metadata enpoint. | `` | -{{% /feature %}} | `agones.serviceaccount.controller` | Service account name for the controller | `agones-controller` | | `agones.serviceaccount.sdk` | Service account name for the sdk | `agones-sdk` | | `agones.image.registry` | Global image registry for all images | `gcr.io/agones-images` | @@ -172,7 +169,7 @@ The following tables lists the configurable parameters of the Agones chart and t | Parameter | Description | Default | | --------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ---------------------- | - +| `agones.metrics.stackdriverLabels` | A set of default labels to add to all stackdriver metrics generated in form of key value pair (`key=value,key2=value2`). By default metadata are automatically added using Kubernetes API and GCP metadata enpoint. | `` | | `agones.controller.logLevel` | Agones Controller Log level. Log only entries with that severity and above | `info` | {{% /feature %}}