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

fix: helm yaml template parsing issues when using external dbs #37

Merged
merged 5 commits into from
Sep 29, 2021

Conversation

vishnu-narayanan
Copy link
Member

@vishnu-narayanan vishnu-narayanan commented Sep 28, 2021

Why?

Helm template substitutions were causing issues when using external databases.

Changes

  • Fix helm template parsing issues when using external Postgres and/or Redis

How this has been tested ?

  • Installed chatwoot with/without external Redis and/or external Postgres

Fixes #35

@vishnu-narayanan vishnu-narayanan changed the title fix helm yaml template parsing issues when using external dbs fix: helm yaml template parsing issues when using external dbs Sep 28, 2021
Rails is looking for POSTGRES_DATABASE env variable. This was
causing failures if a different db name other than
chatwoot_production was used.
@vishnu-narayanan vishnu-narayanan self-assigned this Sep 29, 2021
@vishnu-narayanan vishnu-narayanan merged commit b019837 into main Sep 29, 2021
@vishnu-narayanan vishnu-narayanan deleted the fix/yaml_parsing_external_db branch September 29, 2021 14:10
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.

YAML error
1 participant