[12:00:47] Does anyone understand why the CI complain of a null spec.egress in https://gerrit.wikimedia.org/r/1059887? I feel it might be staring right back at me, but so far, the generated YAML looks… fine ? [12:07:26] In some other cases (e.g. the old k8s loop-over-CIDR approach) we have an if-defined block around such loops. Could it be that in some test case wachtedNamespaces is empty, and you'd get an empty "hanging" `egress:` on line 54? [12:08:00] Oh [12:08:34] I will test adding an empty list default [12:08:56] m(_ _)m [12:09:24] hey, np. [12:15:23] Actually a default [] won’t’ do it but I’ll only render the policy if the list isn’t empty [12:15:27] and that should work [12:15:50] yep. [12:21:55] woohoo, that did the trick [12:30:57] nice!