Hello,
The first exercise of the challenge says:
" Create a network policy, charms-and-students, that allows ingress traffic from pods with a specific label within the charms namespace. (Hint: You’ll need to use a pod selector inside the ingress rule)"
First thing is that it is not the ingress rule, but the network policy rule.
Second thing, there are no labels for pods in charms ns, so how am I supposed to use the podSelector for that rule?
Thanks



