-
Notifications
You must be signed in to change notification settings - Fork 58
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
Enable StatefulSet #1108
base: master
Are you sure you want to change the base?
Enable StatefulSet #1108
Conversation
output resources fetched from getRolloutData for debugging
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.
@serverhorror Thanks, Martin! Please change the protected final field AbstractDeploymentStrategy.DEPLOYMENT_KINDS to protected only and amend it in the HelmDeploymentStrategy class. I also suggest you introduce a new field OpenShiftService.STATEFULSET_KIND vs. using an in-line String 'StatefulSet'.
fix #1107
output resources fetched from getRolloutData for debugging
/CC @clemensutschig, @dvvanessastoiber