From 2af0a050bcee52066c140aadd9957cd390f38ae8 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 29 Oct 2019 18:32:15 +0200 Subject: [PATCH] Fix Prometheus URL in EKS install docs --- docs/gitbook/install/flagger-install-on-eks-appmesh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/install/flagger-install-on-eks-appmesh.md b/docs/gitbook/install/flagger-install-on-eks-appmesh.md index e86dfc71..f53efc99 100644 --- a/docs/gitbook/install/flagger-install-on-eks-appmesh.md +++ b/docs/gitbook/install/flagger-install-on-eks-appmesh.md @@ -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: