diff --git a/docs/gitbook/tutorials/traefik-progressive-delivery.md b/docs/gitbook/tutorials/traefik-progressive-delivery.md index 9ac3fdb42..71146cb0b 100644 --- a/docs/gitbook/tutorials/traefik-progressive-delivery.md +++ b/docs/gitbook/tutorials/traefik-progressive-delivery.md @@ -15,7 +15,7 @@ helm repo add traefik https://helm.traefik.io/traefik kubectl create ns traefik helm upgrade -i traefik traefik/traefik \ --namespace traefik \ ---set additionalArguments="--metrics.prometheus=true" +--set additionalArguments="{--metrics.prometheus=true}" ``` Install Flagger and the Prometheus add-on in the same namespace as Traefik: