diff --git a/charts/windmill/templates/indexer.yaml b/charts/windmill/templates/indexer.yaml index 5824fb2..68e5f43 100644 --- a/charts/windmill/templates/indexer.yaml +++ b/charts/windmill/templates/indexer.yaml @@ -33,6 +33,7 @@ spec: {{ toYaml . | indent 8 }} {{- end }} spec: + serviceAccountName: {{ template "windmill.serviceAccountName" . }} {{ if .Values.windmill.imagePullSecrets }} imagePullSecrets: - name: {{ .Values.windmill.imagePullSecrets }}