Merge pull request #867 from carsonoid/patch-1

Update traefik-progressive-delivery.md
This commit is contained in:
Stefan Prodan 2021-04-28 15:02:19 +03:00 committed by GitHub
commit fcac992e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: