[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / aai / components / aai-babel / templates / deployment.yaml
index 397e8fd..c62587e 100644 (file)
@@ -107,5 +107,4 @@ spec:
           emptyDir: {}
         {{ include "common.log.volumes" (dict "dot" . "configMapNamePrefix" (tpl .Values.logConfigMapNamePrefix .)) | nindent 8 }}
 
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}