[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / aai / templates / deployment.yaml
index 153947e..5a7f38c 100644 (file)
@@ -155,5 +155,4 @@ spec:
         - name: haproxy-cfg
           configMap:
             name: aai-deployment-configmap
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}