We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/area registry
When setting the app names, the devfile registry helm chart truncates strings used for the names to be 63 characters in length:
This is because some Kubernetes name fields are limited to this (by the DNS naming spec).
Currently, the registry operator does not truncate the app name to suite this limitation.
Parent Epic: #1446
The text was updated successfully, but these errors were encountered:
Parent issue updated to #1446.
Sorry, something went wrong.
PR for #1441 resolves this issue as well.
PR is ready for review: devfile/registry-operator#86
Resolved by devfile/registry-operator#86
michael-valdron
No branches or pull requests
Which area/kind this issue is related to?
/area registry
Issue Description
When setting the app names, the devfile registry helm chart truncates strings used for the names to be 63 characters in length:
This is because some Kubernetes name fields are limited to this (by the DNS naming spec).
Currently, the registry operator does not truncate the app name to suite this limitation.
Parent Epic: #1446
Acceptance Criteria
The text was updated successfully, but these errors were encountered: