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

self-hosted - issue where volumes are created using default values.yaml resulting in issues with builtin's #31

Open
taimoorgit opened this issue Jun 21, 2024 · 0 comments

Comments

@taimoorgit
Copy link
Contributor

What

When self-hosted is installed the using a custom values.yaml the volume sizes and secrets are not setup when the statefulsets/deploys are created for minio/mysql/postgres/etc.

This results in the liveness probe for builtin mysql/postgres failing when using the non-default password and the app cannot connect to mysql because the app has the update password saved but the mysql volume was created with the old password.

Workaround

Delete the pvc's that were created and then the statefulsets/deployments that created them.

Solution for k8s 1.27

Change the PersistentVolumeClaim retention

AC

On Kubernetes v1.27 when a user does helm install/helm upgrade the values.yaml file should update the volu

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

No branches or pull requests

1 participant