[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / holmes / components / holmes-engine-mgmt / templates / deployment.yaml
index fdbca09..641f032 100644 (file)
@@ -142,5 +142,4 @@ spec:
       - name: {{ include "common.fullname" . }}-env-config
         emptyDir:
           medium: Memory
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}