Skip to content

(infra): Passing default_recommendations_user through toString for safety #23

Zack Wynne requested to merge infra/recommendations-user-tostring-23 into master

Ticket(s) / Related Merge Requests

Issue: #23 (closed)

Summary of Changes

This MR passes the default_recommendations_user value through the toString function in order to force the value as a string.

https://helm.sh/docs/chart_template_guide/function_list/

Testing Considerations

This should ensure that the user id for the default recommendations user is forced as a string, which would affect the Discovery/Top feed.

Deployment Considerations

We should ensure that this does not break the Discovery/Top feed after deployment.

Regression Scope

This affects the ConfigMap for the Minds Engine

Platform Affected (web, mobile, etc)

AWS EKS

Developer Testing Completed

Deployed to Sandbox and tested the Discovery/Top feed as well as ensured the value was set appropriately.

Screenshots / Screen Recording

N/A

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports