Flag no longer exists (#1288)

This commit is contained in:
Yossi Mesika 2018-05-21 18:30:43 +03:00 committed by Lin Sun
parent 3d781a4c72
commit b589c0bb05
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ following table:
| `global.tag` | Specifies the TAG for most images used by Istio | valid image tag | `circleci-nightly` |
| `global.proxy.image` | Specifies the proxy image name | valid proxy name | `proxy` |
| `global.imagePullPolicy` | Specifies the image pull policy | valid image pull policy | `IfNotPresent` |
| `global.securityEnabled` | Specifies whether Istio CA should be installed | true/false | `true` |
| `global.controlPlaneSecurityEnabled` | Specifies whether control plane mTLS is enabled | true/false | `false` |
| `global.mtls.enabled` | Specifies whether mTLS is enabled by default between services | true/false | `false` |
| `global.mtls.mtlsExcludedServices` | List of FQDNs to exclude from mTLS | a list of FQDNs | `- kubernetes.default.svc.cluster.local` |