From d2d165059f4df4f0957d8de50cdb1d19a9c349bd Mon Sep 17 00:00:00 2001 From: Adam Strawson Date: Mon, 25 Apr 2022 08:15:07 +0100 Subject: [PATCH] Addition of serviceAccountName on Kratos Courier (#435) --- helm/charts/kratos/templates/statefulset-mail.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/charts/kratos/templates/statefulset-mail.yaml b/helm/charts/kratos/templates/statefulset-mail.yaml index 3b48d5b16e..29e806e3a5 100644 --- a/helm/charts/kratos/templates/statefulset-mail.yaml +++ b/helm/charts/kratos/templates/statefulset-mail.yaml @@ -44,6 +44,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} spec: + serviceAccountName: {{ include "kratos.serviceAccountName" . }} {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 8 }}