-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2329 Create db connection to Alembic for the CC team #2808
Conversation
JaCoCo Test Coverage
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a little confusing but the named templates are symlinked across all the deployments I think so we'll want to make a new file just in the CC directory
@@ -29,6 +29,8 @@ spec: | |||
{{- include "vro.commonEnvVars" . | nindent 12 }} | |||
{{- include "vro.mqClient.envVars" . | nindent 12 }} | |||
{{- include "vro.redisClient.envVars" . | nindent 12 }} | |||
{{- include "domainCc.alembic.envVars" . | nindent 12 }} | |||
{{- include "vro.postgresUrl" . | nindent 12 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYSA @tyler-spangler6 this allows us to make use of DB_URL
from env vars (e.g. os.environ.get()
in python)
See linked file here.
What was the problem?
Draft pr for dev: CC team needs to connect to the rds db for use with alembic to create tables and
Associated tickets or Slack threads:
How does this fix it?1
Adds refs to the secrets in lens, currently only in dev
Footnotes
Pull-Requests guidelines. If PR is significant, update Current Software State wiki page. ↩