[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / cds / components / cds-py-executor / templates / deployment.yaml
index 754e0d0..18aefb3 100755 (executable)
@@ -89,5 +89,4 @@ spec:
         - name: {{ include "common.fullname" . }}-blueprints
           persistentVolumeClaim:
             claimName: {{ include "common.release" . }}-cds-blueprints
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}