diff --git a/alfa-client/apps/info/src/main/helm/templates/deployment.yaml b/alfa-client/apps/info/src/main/helm/templates/deployment.yaml
index 252254878d123c76b5d0e91375a0e7735a04a7ed..dce42b46a8af6bdb0177331a8cc8d883eba18237 100644
--- a/alfa-client/apps/info/src/main/helm/templates/deployment.yaml
+++ b/alfa-client/apps/info/src/main/helm/templates/deployment.yaml
@@ -105,6 +105,8 @@ spec:
       dnsConfig: {}
       dnsPolicy: ClusterFirst
       restartPolicy: Always
+      imagePullSecrets:
+      - name: {{ .Values.imagePullSecret }}
       {{- with .Values.hostAliases }}
       hostAliases:
 {{ toYaml . | indent 8 }}