You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is only to remove the trailing space ( space at the of the comments ) and reduce the space between # to the text from 4 to 2. The comment should be updated with:
# leaderElectionReleaseOnCancel defines if the leader should step down volume
# when the Manager ends. This requires the binary to immediately end when the
# Manager is stopped, otherwise, this setting is unsafe. Setting this significantly
# speeds up voluntary leader transitions as the new leader doesn't have to wait
# LeaseDuration time first.
# In the default scaffold provided, the program ends immediately after
# the manager stops, so would be fine to enable this option. However,
# if you are doing or is intended to do any operation such as perform cleanups
# after the manager stops then its usage might be unsafe.
# leaderElectionReleaseOnCancel: true
What broke? What's expected?
It is regarding the changes made in: #2596
The goal is only to remove the trailing space ( space at the of the comments ) and reduce the space between # to the text from 4 to 2. The comment should be updated with:
Why?
Molecule tests which have a lint check have been failing because of the format on SDK. operator-framework/operator-sdk#5838
Reproducing this issue
Call the molecule tests as it is done for the advanced mock scenario on SDK with these changes
KubeBuilder (CLI) Version
master
PROJECT version
No response
Plugin versions
No response
Other versions
No response
Extra Labels
No response
The text was updated successfully, but these errors were encountered: