Skip to content

Fix duplicate crd names, try 2

Matt Smiley requested to merge fix-crd-names-try-2 into master

Same change as in MR !6384 (merged), except using - instead of / for the delimiter.


Fix duplicate crd names

Before this, if we had a rule-file with the same basename in different directories, the last one alphabetically would overwrite any previously applied ones.

This fixes that by including the relative path in the crds name.

For gitlab-com/gl-infra/scalability#2483

Merge request reports