-
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
Fix override listener pod spec (#3139) #3161
Conversation
d77d1af
to
d46eddc
Compare
@@ -311,6 +311,8 @@ func mergeListenerPodWithTemplate(pod *corev1.Pod, tmpl *corev1.PodTemplateSpec) | |||
switch c.Name { | |||
case "listener": |
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.
Great catch! Can you remove this case because I mistakenly wrote that the container name for the listener is the listener
? We don't really need this case anymore
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.
Can you please do the following:
- Modify the case to replace
listener
withautoscalingListenerContainerName
- Fix this test also to replace
"listener"
with the appropriate variable
Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
d46eddc
to
55614ea
Compare
@nikola-jokic Done 👍 |
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, Thank you!
Hello, this small fix.
Thank you @nikola-jokic for you changes. I've checked it, and got small error.
So it will fix it.