mirror of https://github.com/fluxcd/flagger.git
Fix Prometheus URL in EKS install docs
This commit is contained in:
parent
582f8d6abd
commit
2af0a050bc
|
|
@ -167,7 +167,7 @@ helm upgrade -i flagger flagger/flagger \
|
|||
--namespace=appmesh-system \
|
||||
--set crd.create=false \
|
||||
--set meshProvider=appmesh \
|
||||
--set metricsServer=appmesh-prometheus:9090
|
||||
--set metricsServer=http://appmesh-prometheus:9090
|
||||
```
|
||||
|
||||
You can enable Slack or MS Teams notifications with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue