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

handle create pvc events #222

Merged
merged 12 commits into from
Apr 11, 2023
Merged

handle create pvc events #222

merged 12 commits into from
Apr 11, 2023

Conversation

ChuckHend
Copy link
Member

@ChuckHend ChuckHend commented Apr 11, 2023

  • delete pod after new PVCs are created

@ChuckHend ChuckHend marked this pull request as ready for review April 11, 2023 19:08
Comment on lines +427 to 429
fn pvc_full_name(pvc_name: &str, sts_name: &str) -> String {
format!("{pvc_name}-{sts_name}-0")
}
Copy link
Member Author

Choose a reason for hiding this comment

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

moved this logic out, so we can create and use the pvc names upstream in the pvc reconcile process

@ChuckHend ChuckHend merged commit 8f00a77 into main Apr 11, 2023
@ChuckHend ChuckHend deleted the cor-591-patch branch April 11, 2023 19:20
sjmiller609 pushed a commit that referenced this pull request Dec 5, 2023
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.

2 participants