Skip to content

Registry operator app name truncating #1442

Closed
@michael-valdron

Description

@michael-valdron

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

  • Update the app name and full app name getters to perform string truncating to 63 characters max
  • Update any test cases involving the app name or full app name to consider the truncated names

Metadata

Metadata

Labels

area/registryDevfile registry for stacks and infrastructure

Type

No type

Projects

Status

Done ✅

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions