Update webhook mTLS FAQ

Fix: #239
This commit is contained in:
stefanprodan
2019-07-08 17:21:59 +03:00
parent 9b3b24bddf
commit d6e80bac7f
+5 -5
View File
@@ -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