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

handle >63 character long PVC names #171

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

laverya
Copy link
Member

@laverya laverya commented Apr 12, 2023

Closes #155.

The general idea is to stop storing PVC names in labels, and instead:

  1. lint for PVC names > 240 characters, and exit early
  2. purely add a suffix to create PVC names, and do not store the original name in a label
  3. stop truncating PVC names at 63 characters

@laverya laverya added type::bug Something isn't working bug::normal labels Apr 12, 2023
@laverya laverya merged commit 88f649c into main Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::normal type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle long named PVs better
1 participant