Add the authentication middleware for service.
[pti/o2.git] / charts / templates / deployment.yaml
index 9da4fba..5d82063 100644 (file)
@@ -30,6 +30,7 @@ spec:
       labels:
         app: o2api
     spec:
+      serviceAccountName: {{ .Values.o2ims.serviceaccountname }}
       imagePullSecrets:
         - name: {{ .Values.o2ims.imagePullSecrets }}
 {{- if .Values.o2ims.affinity }}