-
Notifications
You must be signed in to change notification settings - Fork 135
fix(agent, kspm-collector, rapid-response, node-analyzer): Set test rollout namespace based on required service accounts #1593
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
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.
Hey @IgorEulalio, i suppose the aim for this PR is to set clearly the namespace where those resources will be defined. If that's so you should have put the namespace
key inside the metadata
object while, right now, u did put it in labels
😅
description: Sysdig Admission Controller using Sysdig Secure inline image scanner | ||
type: application | ||
version: 0.14.21 | ||
version: 0.14.22 |
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.
This bump shouldn't be needed
@@ -1,8 +1,9 @@ | |||
apiVersion: v1 | |||
kind: Pod | |||
metadata: |
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.
You need to bump the agent chart version
What this PR does / why we need it:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
Check Contribution guidelines in README.md for more insight.