diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2018-07-30 06:33:03 +0000 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2018-07-30 06:44:57 +0000 |
commit | 81b8976007acce829ac5d4419319c35d4dbdadf1 (patch) | |
tree | 10c9871f949769a4b17db610b8b6ec0c1d1f0873 /kubernetes/msb/charts/msb-discovery/templates/deployment.yaml | |
parent | c07edcbcacb435b7d6fced04af3f67e2e9eeadc0 (diff) |
Enable Istio sidecar injection
Change-Id: I0ec08fbbfa5e5949d7645493f7d1ce7237707a26
Issue-ID: MSB-226
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'kubernetes/msb/charts/msb-discovery/templates/deployment.yaml')
-rw-r--r-- | kubernetes/msb/charts/msb-discovery/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml b/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml index aec03b0b3f..967e0e9bb7 100644 --- a/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml +++ b/kubernetes/msb/charts/msb-discovery/templates/deployment.yaml @@ -15,6 +15,8 @@ spec: labels: app: {{ include "common.name" . }} release: {{ .Release.Name }} + annotations: + sidecar.istio.io/inject: "{{.Values.istioSidecar}}" spec: initContainers: - command: |