[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / oof / templates / deployment.yaml
index e67bdc1..9110450 100644 (file)
@@ -97,5 +97,4 @@ spec:
               path: log.yml
             - key: slicing_config.yaml
               path: slicing_config.yaml
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}