You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
The approach we should take is to follow the DNS label names - https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names. This gives us the ability to add characters to object names (if needed) and allows us to use the application name as a label value without modification. If we believe 63 characters isn't enough for application names, we should follow the DNS subname restrictions but we lose the benefits I mentioned above.
This does mean we won't be able to accept all repository names w/o modifications. From some limited testing, it appears that github will accept 100 character names, Mixed case, including -.and _.
links to weaveworks/weave-gitops#1045 and weaveworks/weave-gitops#1057
The text was updated successfully, but these errors were encountered: