Open vrabbi opened 1 year ago
@vrabbi - This is a known issue and tracked already in our Jira
@vrabbi - I have tagged you in the Jira ticket
'Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!'
Describe the bug
TMC allows for not defining a pod selector to apply a network policy to which in turn means it applies to all pods in the relevant namespace/workspace. the TMC resource requires supplying the to_pod_labels field and it is a map type, however when providing an empty map eg
to_pod_labels = {}
this fails as well as it complains about requiring the data structure to be an array in the API but it is being passed a value of null.Reproduction steps
create a network policy resource as such:
Expected behavior
network policy should allow not specifying the to_pod_labels and or allow an empty selector
Additional context
No response