[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / multicloud / components / multicloud-pike / templates / deployment.yaml
index 0a16cc5..1822695 100644 (file)
@@ -83,6 +83,5 @@ spec:
       - name: pike-logconfig
         configMap:
           name: {{ include "common.fullname" . }}-log-configmap
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}
       restartPolicy: Always