Skip to content

Kubernetes readiness probe fails on database creation if it already exists #1

@NoOverflow

Description

@NoOverflow

Recreating an already existing database overrides the original password which breaks the readiness probes, and render the database unavailable. This is due to the fact that the Secret k8s resource is only used at database initialisation, the password is then stored in the PVC, that is NOT recreated.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions