-
Notifications
You must be signed in to change notification settings - Fork 7
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
config: fix HNC config templating #2329
Conversation
Now unpropagatedAnnotations and managedNamespaceAnnotations can be specified as lists as originally intended.
Would it be possible to add a test for this? @simonklb you maybe know how and where to add it? |
Yes! I don't think we have any tests that does this currently but it would be nice to introduce tests that verifies that our config renders the expected manifests. You could probably take inspiration from
|
Do you think that I should try to find the time to add tests for this? |
Completely up to you! It brings up a good question though, maybe we should add one or two extra story points for testing purposes. @elastisys/scrum-masters ? |
Warning
This is a public repository, ensure not to disclose:
What kind of PR is this?
Required: Mark one of the following that is applicable:
Optional: Mark one or more of the following that are applicable:
Important
Breaking changes should be marked
kind/admin-change
orkind/dev-change
depending on typeCritical security fixes should be marked with
kind/security
What does this PR do / why do we need this PR?
Now unpropagatedAnnotations and managedNamespaceAnnotations can be specified as lists as originally intended.
...
Information to reviewers
Values set
Before:
+ - --managed-namespace-annotation=asd hej
Now:
Checklist
NetworkPolicy Dashboard