Merge "[COMMON] Make imagePullSecrets configurable"
[oom.git] / kubernetes / so / components / so-bpmn-infra / templates / deployment.yaml
index 5987fa1..ec19321 100755 (executable)
@@ -82,5 +82,4 @@ spec:
       {{ include "common.log.volumes" (dict "dot" . "configMapNamePrefix" (tpl .Values.logConfigMapNamePrefix .)) | nindent 6 }}
       - name:  {{ include "common.fullname" . }}-logs
         emptyDir: {}
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}