[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / strimzi / components / strimzi-kafka-bridge / templates / strimzi-kb.yaml
index 7788dc1..b081e29 100644 (file)
@@ -34,3 +34,6 @@ spec:
       configMapKeyRef:
         key: log4j2.properties
         name: {{ include "common.fullname" . }}-kb-logging-cm
+  template:
+    pod:
+      {{- include "common.imagePullSecrets" . | nindent 6 }}