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

Helm chart update - Do not pre-create a custom database #1428

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

i5okie
Copy link
Contributor

@i5okie i5okie commented Nov 4, 2024

Askar-Store is failing to provision a database if one already exists.
This PR addresses this issue by removing the postgresql.auth.database setting from the values. Which was used to trigger PostgreSQL sub-chart to pre-create the database.

  • Remove postgresql.auth.database from Values

Clean up:

  • Remove any provisions for postgresql-ha

@i5okie i5okie requested a review from esune November 4, 2024 21:33
@i5okie i5okie self-assigned this Nov 4, 2024
Copy link
Collaborator

@loneil loneil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Side note, would this affect a new PR deployment upon merge then? (I would try something out I was working on last week if so)

@i5okie i5okie merged commit eb9e662 into main Nov 5, 2024
11 checks passed
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.

3 participants