Create Service Account for MSB
[oom.git] / kubernetes / msb / charts / msb-consul / templates / deployment.yaml
index 09a3d8f..fb3a90a 100644 (file)
@@ -18,6 +18,7 @@ spec:
       annotations:
         sidecar.istio.io/inject: "{{.Values.istioSidecar}}"
     spec:
+      serviceAccountName: msb
       containers:
         - name: {{ include "common.name" . }}
           image: "{{ .Values.global.dockerHubRepository | default .Values.dockerHubRepository }}/{{ .Values.image }}"