[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / multicloud / components / multicloud-starlingx / templates / deployment.yaml
index 240ef11..96942dd 100644 (file)
@@ -98,6 +98,5 @@ spec:
           name: {{ include "common.fullname" . }}-log-configmap
       - name: artifact-data
         emptyDir: {}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}
       restartPolicy: Always