Skip to content

Commit 0325d1b

Browse files
bhargav2427Bhargav Akhani
andauthored
fix: add serviceAccountName in the ingestor StatefulSet (#866)
Co-authored-by: Bhargav Akhani <[email protected]>
1 parent 47b8fe2 commit 0325d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/templates/ingestor-statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ spec:
3232
{{- include "parseable.ingestorLabelsSelector" . | nindent 8 }}
3333
spec:
3434
terminationGracePeriodSeconds: 10
35+
serviceAccountName: {{ include "parseable.serviceAccountName" . }}
3536
containers:
3637
- name: {{ .Chart.Name }}
3738
securityContext:

0 commit comments

Comments
 (0)