Skip to content

DM-54282: Add CloudSql integration for docverse#6161

Open
jonathansick wants to merge 7 commits intomainfrom
tickets/DM-54282
Open

DM-54282: Add CloudSql integration for docverse#6161
jonathansick wants to merge 7 commits intomainfrom
tickets/DM-54282

Conversation

@jonathansick
Copy link
Member

These scopes are used by Docverse's ingress. exec:docverse applies to
all routes, and admin:docverse additionally applies to the /admin
routes. We're only giving the square team these scopes initially during
development.
The schema-update Job used Helm hooks (pre-install, pre-upgrade) which
ran before the ServiceAccount was created, causing failures in
environments with CloudSQL enabled. Using Argo CD sync waves ensures
proper ordering: infrastructure resources (wave 0), schema-update Job
(wave 1), then Deployment (wave 2).
Configure the database URL for the CloudSQL proxy sidecar in both
roundtable-dev and roundtable-prod. Also fix a typo in the prod
values file (clousqql -> cloudsql).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant