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

No PVC is getting provisioned for peer certs when require_certs_dir_persistence is true #25

Closed
jithindevasia opened this issue Mar 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jithindevasia
Copy link
Member

When .Values.global.require_certs_dir_persistence : true the peer sts is supposed to come-up with a volumeclaim template as part of peer sts. But the chart renders pvc claim and an emptydir volume too. When deployed, only the emptydir is getting created and cert pvc is ignored.

Expected:

When require_certs_dir_persistence is set to true, the chart should not create an emptydir instead a pvc should be provisioned.

@jithindevasia jithindevasia added the bug Something isn't working label Mar 25, 2024
@jithindevasia jithindevasia self-assigned this Mar 25, 2024
@jithindevasia
Copy link
Member Author

Fixed #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant