[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / multicloud / components / multicloud-prometheus / components / prometheus-alertmanager / templates / deployment.yaml
index ca56b67..185aa1e 100644 (file)
@@ -93,8 +93,6 @@ spec:
         {{- else }}
           emptyDir: {}
         {{- end }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}
       restartPolicy: Always
-
 {{- end -}}