-
Notifications
You must be signed in to change notification settings - Fork 979
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
feat: Support spec.persistentVolumeClaimRetentionPolicy in kubernetes_stateful_set #2333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks to be good, just missing documentation of the attribute being added as well as a changelog-entry. It can be added in website/docs/r/stateful_set_v1.html.markdown
and website/docs/r/stateful_set.html.markdown
…_stateful_set Signed-off-by: adinhodovic <hodovicadin@gmail.com>
9ba642f
to
f5660d4
Compare
Fixed! |
Thank you for your patience! Wanted to double check this since it had been while since this PR was open. All looks good, thank you for contributing! |
Description
Support spec.persistentVolumeClaimRetentionPolicy in kubernetes_stateful_set. Requires enabling the feature flag
StatefulSetAutoDeletePVC
.Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Fixes #2282
Community Note