Skip to content
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

Support externalDatabase #22

Open
hongbo-miao opened this issue Jul 15, 2024 · 0 comments
Open

Support externalDatabase #22

hongbo-miao opened this issue Jul 15, 2024 · 0 comments

Comments

@hongbo-miao
Copy link

hongbo-miao commented Jul 15, 2024

It would be great to support passing serviceAccount section like other Helm charts such as https://github.com/bitnami/charts/blob/main/bitnami/mlflow/values.yaml#L751-L764.

So it would be something like

image:
  repository: docker.io/tailwarden/komiser
  tag: 3.1.18
aws:
  region: us-west-2
externalDatabase:
  dialectDriver: postgresql
  host: production-hm-komiser-postgres.xxx.us-west-2.rds.amazonaws.com
  port: 5432
  database: komiser_db
  user: komiser_user
  existingSecret: hm-komiser-secret
  existingSecretPasswordKey: komiser_password

Thanks! ☺️

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

No branches or pull requests

1 participant