-
Notifications
You must be signed in to change notification settings - Fork 344
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
Auto-inject agent tags in multi-container pods #864
Auto-inject agent tags in multi-container pods #864
Conversation
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.
Thanks for reporting the issue - would you be able to add a couple of tests, one with single container showing the container.name
tag and another with multiple containers showing that is the only missing tag?
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.
Almost there! There are a couple of comments, but I could test the main code and it works as expected.
Fixes: #863 Signed-off-by: Paul "Hampy" Hampson <[email protected]>
Signed-off-by: Paul "Hampy" Hampson <[email protected]>
Signed-off-by: Paul "Hampy" Hampson <[email protected]>
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
Thanks for your PR! |
Fixes: #863