Skip to content

Commit

Permalink
Merge pull request #867 from carsonoid/patch-1
Browse files Browse the repository at this point in the history
Update traefik-progressive-delivery.md
  • Loading branch information
stefanprodan authored Apr 28, 2021
2 parents d596638 + f5fa18d commit fcac992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/tutorials/traefik-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fcac992

Please sign in to comment.