[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / sdnc / components / sdnc-web / templates / deployment.yaml
index 3825b99..cdbe90e 100644 (file)
@@ -110,5 +110,4 @@ spec:
         hostPath:
           path: /etc/localtime
 
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}