You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/06/26 05:01:52 UTC

[pulsar-helm-chart] branch master updated: Add imagePullSecrets zookeeper (#244)

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

mmarshall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c59b43  Add imagePullSecrets zookeeper (#244)
3c59b43 is described below

commit 3c59b43f28742ac4e3811adcd1612d0af24794ca
Author: HuynhKevin <35...@users.noreply.github.com>
AuthorDate: Sun Jun 26 07:01:48 2022 +0200

    Add imagePullSecrets zookeeper (#244)
    
    * Add imagePullSecrets for zookeeper
    
    * Add imagePullSecrets for zookeeper
    
    Co-authored-by: Kevin Huynh <kh...@littlebigcode.fr>
    
    All components have the imagePullSecrets to avoid quota limit to init correctly the pods except zookeeper
---
 charts/pulsar/templates/zookeeper-statefulset.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/charts/pulsar/templates/zookeeper-statefulset.yaml b/charts/pulsar/templates/zookeeper-statefulset.yaml
index 12640df..344ff8c 100644
--- a/charts/pulsar/templates/zookeeper-statefulset.yaml
+++ b/charts/pulsar/templates/zookeeper-statefulset.yaml
@@ -242,6 +242,7 @@ spec:
           name: "{{ template "pulsar.fullname" . }}-keytool-configmap"
           defaultMode: 0755
       {{- end}}
+      {{- include "pulsar.imagePullSecrets" . | nindent 6}}
 {{- if and (and .Values.persistence .Values.volumes.persistence) .Values.zookeeper.volumes.persistence }}
   volumeClaimTemplates:
   - metadata: