Skip to content

Commit

Permalink
fix: add service account name to indexer
Browse files Browse the repository at this point in the history
Closes service account is not configured for the indexer windmill-labs#87
  • Loading branch information
arjun-1 committed Jan 24, 2025
1 parent b16f8c2 commit 7f153d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/windmill/templates/indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
spec:
serviceAccountName: {{ template "windmill.serviceAccountName" . }}
{{ if .Values.windmill.imagePullSecrets }}
imagePullSecrets:
- name: {{ .Values.windmill.imagePullSecrets }}
Expand Down

0 comments on commit 7f153d7

Please sign in to comment.