You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2023/07/17 05:21:48 UTC

[pinot] branch master updated: Added serviceAccount to minion-stateless (#11095)

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

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new ffedfdfcb9 Added serviceAccount to minion-stateless (#11095)
ffedfdfcb9 is described below

commit ffedfdfcb988506b5aec004f1c01606019c0ba1e
Author: Davi S. Zucon <da...@users.noreply.github.com>
AuthorDate: Mon Jul 17 02:21:43 2023 -0300

    Added serviceAccount to minion-stateless (#11095)
---
 kubernetes/helm/pinot/templates/minion-stateless/deployment.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kubernetes/helm/pinot/templates/minion-stateless/deployment.yaml b/kubernetes/helm/pinot/templates/minion-stateless/deployment.yaml
index 16907369ff..d68fd40275 100644
--- a/kubernetes/helm/pinot/templates/minion-stateless/deployment.yaml
+++ b/kubernetes/helm/pinot/templates/minion-stateless/deployment.yaml
@@ -37,6 +37,7 @@ spec:
 {{ toYaml .Values.minionStateless.podAnnotations | indent 8 }}
     spec:
       terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
+      serviceAccountName: {{ include "pinot.serviceAccountName" . }}
       securityContext:
         {{- toYaml .Values.minionStateless.podSecurityContext | nindent 8 }}
       {{- with .Values.imagePullSecrets }}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org