-
Notifications
You must be signed in to change notification settings - Fork 27
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
CORE-18863: Helm Schema Changes 4 State Isolation #5476
Conversation
Update json schema changes (Helm only) to support new deployment model on which state types can be isolated and workers are allowed to access more than a single State Manager instance. Changes introduced by this commit are backward compatible with the existing schema, comments were added so that the relevant code can be entirely removed once the new deployment model is fully rolled out.
Jenkins build for PR 5476 build 8 Build Successful: |
Thanks for the updates. LGTM pending the additional state Conal has mentioned. |
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.
LGTM
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
LGTM
Update json schema changes (Helm only) to support new deployment model
on which state types can be isolated and workers are allowed to access
more than a single State Manager instance.
Changes introduced by this commit are backward compatible with the
existing schema, comments were added so that the relevant code can be
entirely removed once the new deployment model is fully rolled out.