From 7f153d7fa3802b81954170f040749c643e08a1d6 Mon Sep 17 00:00:00 2001 From: Arjun Dhawan Date: Fri, 24 Jan 2025 10:52:42 +0100 Subject: [PATCH] fix: add service account name to indexer Closes service account is not configured for the indexer #87 --- charts/windmill/templates/indexer.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}