[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / policy / components / policy-distribution / templates / deployment.yaml
index f11fe83..f4b8ff7 100755 (executable)
@@ -112,5 +112,4 @@ spec:
         - name: distributionconfig
           emptyDir:
             medium: Memory
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}