From d6e80bac7f09c7d8b33f01db9ccc0dfacd239c29 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 8 Jul 2019 17:21:59 +0300 Subject: [PATCH] Update webhook mTLS FAQ Fix: #239 --- docs/gitbook/faq.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index 7f404730..244fb773 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -377,10 +377,10 @@ In order for Flagger to be able to call the load tester service from outside the apiVersion: networking.istio.io/v1alpha3 kind: DestinationRule metadata: - name: flagger-namespace - namespace: flagger + name: flagger-loadtester + namespace: test spec: - host: "*.flagger.svc.cluster.local" + host: "flagger-loadtester.test.svc.cluster.local" trafficPolicy: tls: mode: DISABLE @@ -388,8 +388,8 @@ spec: apiVersion: authentication.istio.io/v1alpha1 kind: Policy metadata: - name: loadtester-mtls-disabled - namespace: flagger + name: flagger-loadtester + namespace: test spec: targets: - name: flagger-loadtester