[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / sdc / components / sdc-wfd-fe / templates / deployment.yaml
index 4925689..b5a2249 100644 (file)
@@ -105,5 +105,4 @@ spec:
         {{ include "common.log.volumes" (dict "dot" . "configMapNamePrefix" (tpl .Values.logConfigMapNamePrefix . )) | nindent 8 }}
         - name: logs
           emptyDir: {}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}