Enable Istio sidecar injection
[oom.git] / kubernetes / msb / charts / msb-consul / templates / deployment.yaml
index 74342e7..09a3d8f 100644 (file)
@@ -15,6 +15,8 @@ spec:
       labels:
         app: {{ include "common.name" . }}
         release: {{ .Release.Name }}
+      annotations:
+        sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
     spec:
       containers:
         - name: {{ include "common.name" . }}