Skip to content
New issue

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

Change label value to hash sum if > 63 chars #170

Merged
merged 1 commit into from
May 16, 2024

Conversation

isaaguilar
Copy link
Collaborator

Fixes #169

After considering that label selectors are the essentially the reason for the labels, I decided to not remove any label keys. Instead values > 63 chars are hashed under the original label key. This is backwards compatible and does not affect resource selections prior to this change.

@isaaguilar isaaguilar merged commit b5160a9 into master May 16, 2024
3 checks passed
@isaaguilar isaaguilar deleted the label-hash-long-names branch May 16, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Names longer than 63 chars crash operator completely
1 participant