-
Notifications
You must be signed in to change notification settings - Fork 789
Description
Is your feature request related to a problem? Please describe.
The es shortName is used for externalsecrets which is way more common than eventsources.
I rarely have to look at my eventsources with Argo Events/Workflows.
Describe the solution you'd like
Remove the es shortName from the Argo Events CRDs so that it doesn't shadow my externalsecrets shortName.
Describe alternatives you've considered
A mutation webhook maybe, or some post install edit of the CRD but I really don't see why taking the same shortName of a very popular widely used CRD.
Additional context
$ kubectl api-resources | grep -E '\bes\b'
eventsources es argoproj.io/v1alpha1 true EventSource
externalsecrets es external-secrets.io/v1beta1 true ExternalSecret
Because argo goes first alphabetically its shortNames will always take precedence.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.