fluid-cloudnative/fluid

[FEATURES] Handle cases where FullnameOverride is too long

Closed this issue · 0 comments

What feature you'd like to add:
Currently, we are not handling scenarios where FullnameOverride exceeds 63 characters.

Why is this feature needed:
For example: transform.go Line 49.
Handling longer FullnameOverride values is essential to avoid potential issues such as naming conflicts or deployment failures in Kubernetes.

I can implement this myself. (Should we cut it at 63 characters, or consider another approach?)