diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2018-09-13 07:09:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-13 07:09:24 +0000 |
commit | a31c2eea386c6bf1c900e14c989ec00bc8fe199a (patch) | |
tree | 662467814e28e6e8c2d97d93e997226316a06c86 | |
parent | 532aade4053b4fb1ebccfbb981f80b47af28735e (diff) | |
parent | fc8952e5b19ba449b183ed7d400bb70a449e4ddb (diff) |
Merge "Enable sidecar injection policy"
-rw-r--r-- | install/istio.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/istio.yaml b/install/istio.yaml index 15716c5..4d8ec40 100644 --- a/install/istio.yaml +++ b/install/istio.yaml @@ -595,7 +595,7 @@ metadata: istio: sidecar-injector data: config: |- - policy: disabled + policy: enabled template: |- initContainers: - name: istio-init |