Skip to content

Support externalDatabase #22

Description

@hongbo-miao

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! ☺️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions