From 3c59b43f28742ac4e3811adcd1612d0af24794ca Mon Sep 17 00:00:00 2001 From: HuynhKevin <35630180+HuynhKevin@users.noreply.github.com> Date: Sun, 26 Jun 2022 07:01:48 +0200 Subject: [PATCH] Add imagePullSecrets zookeeper (#244) * Add imagePullSecrets for zookeeper * Add imagePullSecrets for zookeeper Co-authored-by: Kevin Huynh 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: