[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / policy / components / policy-nexus / templates / deployment.yaml
index ec579d8..c56ed8d 100755 (executable)
@@ -82,5 +82,4 @@ spec:
         {{- else }}
           emptyDir: {}
         {{- end }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}