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 PVC Template #175

Merged
merged 1 commit into from
May 5, 2021
Merged

Fix PVC Template #175

merged 1 commit into from
May 5, 2021

Conversation

mikkeloscar
Copy link
Collaborator

Fixes a bug where the metadata of the persistenvolumeclaim template was dropped due to strict validation of the CRD schema. The fix is to expect the name (and optionally labels and annotations) on the metadata of the PVC template such that it's not dropped and the statefulset controller can use the name to create a valid named PVC.

Fix #170

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
@mikkeloscar mikkeloscar requested a review from otrosien as a code owner May 4, 2021 13:58
@mikkeloscar
Copy link
Collaborator Author

👍

1 similar comment
@otrosien
Copy link
Member

otrosien commented May 5, 2021

👍

@otrosien otrosien merged commit abfeba7 into master May 5, 2021
@otrosien otrosien deleted the fix-pvc-template branch May 5, 2021 08:20
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.

Unable to create "Persistent Volume Claims"
2 participants