diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2018-07-31 06:49:03 +0000 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2018-07-31 06:49:08 +0000 |
commit | c171ac2408cfac0171f36f9415cc16dc03bb95f1 (patch) | |
tree | e8368db4046e3f86e50a4bcfe729fc3f334a59be /kubernetes/vfc/charts/vfc-resmgr/templates | |
parent | c4bc1140b18057c2e5e83b6241258d9a39105982 (diff) |
Enable istio sidecar injectio for vfc
Issue-ID: VFC-1003
Change-Id: I965aa3887e26c828b8d671edd6e423c33508af91
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'kubernetes/vfc/charts/vfc-resmgr/templates')
-rw-r--r-- | kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml index 27d5fcdd43..c42d22e463 100644 --- a/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-resmgr/templates/deployment.yaml @@ -29,6 +29,8 @@ spec: labels: app: {{ include "common.name" . }} release: {{ .Release.Name }} + annotations: + sidecar.istio.io/inject: "{{.Values.istioSidecar}}" spec: initContainers: #Example init container for dependency checking |