meltano / helm-meltano

Meltano Helm Repository
1 stars 2 forks source link

Helm chart Info is completely empty #4

Open MeltyBot opened 2 years ago

MeltyBot commented 2 years ago

Migrated from GitLab: https://gitlab.com/meltano/infra/helm-meltano/-/issues/4

Originally created by @stefanaz on 2022-02-14 14:19:25


Good day. I try to use your helm chart but it has no explanation to the parameters. During installation there are default values:

image:
  repository: meltano/meltano
  tag: latest
meltano:
  database_uri: sqlite:///$MELTANO_PROJECT_ROOT/.meltano/meltano.db
replicaCount: 1

What is database_uri ? Is it external one, or internal one, created during helm chart deployment?

MeltyBot commented 2 years ago

View 4 previous comments from the original issue on GitLab