kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

Standardize config folders structure

Open mateusoliveira43 opened this issue 1 year ago • 9 comments
trafficstars

What do you want to happen?

I think would be good to standardize the structure of folders generated under config folder. Example:

  • crd folder has bases folder
  • samples folder does not have bases folder

My motivation was an automation I added to a project, which was easier to add to folders that had bases folder

I believe the only change, would be that kustomization.yaml files would change resources section from - file_name to - bases/file_name

I also believe this problem is NOT A PRIORITY, just a nice to have feature

Extra Labels

No response

mateusoliveira43 avatar Mar 24 '24 17:03 mateusoliveira43