This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.2 by this push:
     new 98a03fa364 [Cherry-pick to branch-1.2] [MINOR] fix(helm): add 
serviceAccountName to pod spec in deployment.yaml (#10573) (#10582)
98a03fa364 is described below

commit 98a03fa364d8c6470607c3f7bcab103eeb1b167e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 19:32:54 2026 +0800

    [Cherry-pick to branch-1.2] [MINOR] fix(helm): add serviceAccountName to 
pod spec in deployment.yaml (#10573) (#10582)
    
    **Cherry-pick Information:**
    - Original commit: 47a005d50e8f700b77c5e76116ffc97cfb440a27
    - Target branch: `branch-1.2`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: Bharath Krishna <[email protected]>
---
 dev/charts/gravitino/templates/deployment.yaml | 1 +
 dev/charts/gravitino/values.yaml               | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/dev/charts/gravitino/templates/deployment.yaml 
b/dev/charts/gravitino/templates/deployment.yaml
index 1991be47ef..624ddde526 100644
--- a/dev/charts/gravitino/templates/deployment.yaml
+++ b/dev/charts/gravitino/templates/deployment.yaml
@@ -47,6 +47,7 @@ spec:
           {{- toYaml . | nindent 8 }}
           {{- end }}
     spec:
+      serviceAccountName: {{ .Values.serviceAccountName }}
       {{- with .Values.global.imagePullSecrets }}
       imagePullSecrets:
         {{- toYaml . | nindent 8 }}
diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml
index 26d68c9223..0401b94aff 100644
--- a/dev/charts/gravitino/values.yaml
+++ b/dev/charts/gravitino/values.yaml
@@ -470,6 +470,10 @@ ingress:
 ##
 annotations: {}
 
+## Service account name for the Gravitino pod
+##
+serviceAccountName: default
+
 ## Deployment replicas
 ##
 replicas: 1

Reply via email to