From c7fa18c299e4da33a5002fb0a70e63f5b6b32463 Mon Sep 17 00:00:00 2001 From: Bhargav Akhani Date: Thu, 1 Aug 2024 13:39:39 +0530 Subject: [PATCH] changes for service account name --- helm/templates/ingestor-statefulset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/templates/ingestor-statefulset.yaml b/helm/templates/ingestor-statefulset.yaml index ab2de603f..5c435f2e2 100644 --- a/helm/templates/ingestor-statefulset.yaml +++ b/helm/templates/ingestor-statefulset.yaml @@ -32,6 +32,7 @@ spec: {{- include "parseable.ingestorLabelsSelector" . | nindent 8 }} spec: terminationGracePeriodSeconds: 10 + serviceAccountName: {{ include "parseable.serviceAccountName" . }} containers: - name: {{ .Chart.Name }} securityContext: