repository: nexus3.onap.org:10001
 image: onap/oom/kube2msb:1.1.0
 pullPolicy: Always
+istioSidecar: false
 
 # application configuration
 config:
 
       labels:
         app: {{ include "common.name" . }}
         release: {{ .Release.Name }}
+      annotations:
+        sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
     spec:
       containers:
         - name: {{ include "common.name" . }}
 
 dockerHubRepository: registry.hub.docker.com
 image: library/consul:0.9.3
 pullPolicy: Always
+istioSidecar: true
 
 # application configuration
 config: {}
 
       labels:
         app: {{ include "common.name" . }}
         release: {{ .Release.Name }}
+      annotations:
+        sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
     spec:
       initContainers:
       - command:
 
 repository: nexus3.onap.org:10001
 image: onap/msb/msb_discovery:1.1.0
 pullPolicy: Always
+istioSidecar: true
 
 # application configuration
 config: {}
 
       labels:
         app: {{ include "common.name" . }}
         release: {{ .Release.Name }}
+      annotations:
+        sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
     spec:
       initContainers:
       - command:
 
 repository: nexus3.onap.org:10001
 image: onap/msb/msb_apigateway:1.1.0
 pullPolicy: Always
+istioSidecar: true
 
 # application configuration
 config:
 
       labels:
         app: {{ include "common.name" . }}
         release: {{ .Release.Name }}
+      annotations:
+        sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
     spec:
       initContainers:
       - command:
 
 repository: nexus3.onap.org:10001
 image: onap/msb/msb_apigateway:1.1.0
 pullPolicy: Always
+istioSidecar: true
 
 # application configuration
 config: