Every once in a while, we spend time debugging policy issues with users where the cause end up being a malformed Cilium network policy (usually an YAML indentation problem). These happen because we don't reject policies with unknown fields.
In #11638 (comment), @christarazi mentioned that we would need to set preserveUnknownFields: false to fix this.
Related: #11142
Every once in a while, we spend time debugging policy issues with users where the cause end up being a malformed Cilium network policy (usually an YAML indentation problem). These happen because we don't reject policies with unknown fields.
In #11638 (comment), @christarazi mentioned that we would need to set
preserveUnknownFields: falseto fix this.Related: #11142