Skip to content

Update filter names to be alphabetical

See OS-Common-Core Issue #20

FluxCD doesn't understand ordering of EnvoyFilter objects and won't install them in the order they are specified in the YAML file. Instead, it will install the filters in alphabetical order.

I have updated the filter names to enforce correct ordering. I understand that this is somewhat fragile and depends on external behavior.

Merge request reports