-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[server] ensure that user that has PVC enabled will not force prebuilds into PVC use #12165
Conversation
started the job as gitpod-build-pavel-11769.1 because the annotations in the pull request description changed |
6c1da16
to
cc19ac7
Compare
// If PVC is disabled for prebuilds, we need to remove the PVC feature flag. | ||
// This is necessary to ensure if user has PVC enabled on their account, that they | ||
// will not hijack prebuild with PVC and make everyone who use this prebuild to auto enroll into PVC feature. | ||
featureFlags = featureFlags.filter((f) => f !== "persistent_volume_claim"); |
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.
👍
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.
💯
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.
…ds to use them on projects that don't have PVC turned on
/unhold |
Description
ensure that user that has PVC enabled will not force prebuilds to use them on projects that don't have PVC turned on
Related Issue(s)
Fixes #11769
How to test
Release Notes
Documentation
Werft options: