[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / aai / components / aai-modelloader / templates / deployment.yaml
index b3fd237..705bd10 100644 (file)
@@ -106,5 +106,4 @@ spec:
         configMap:
           name: {{ include "common.fullname" . }}-log
       restartPolicy: {{ .Values.global.restartPolicy | default .Values.restartPolicy }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}