-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[installer] Minor alignments + fixes #9779
Conversation
87e4df9
to
5836151
Compare
5836151
to
540dca2
Compare
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, left a comment. Adding a hold in case you want to tackle it in this PR.
/hold
@@ -43,7 +44,9 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) { | |||
Labels: labels, | |||
}, | |||
Spec: corev1.PodSpec{ | |||
Affinity: &corev1.Affinity{}, | |||
Affinity: &corev1.Affinity{ |
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.
Does it make sense to extend the tests to check this is set correctly?
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.
Thx for finding this! Excellent idea, but I fear personally I won't time today, so opting for the "follow up" choice.
/unhold |
Description
This PR contains 2 minor fixes:
Related Issue(s)
Fixes #
How to test
Release Notes
Documentation