[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / sdc / components / sdc-wfd-be / templates / deployment.yaml
index ec87f1d..59ebb02 100644 (file)
@@ -114,5 +114,4 @@ spec:
             value: "false"
           resources: {{ include "common.resources" . | nindent 12 }}
       serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}