8000 fix: Store deployment name/namespace for results in annotations instead of labels by codablock · Pull Request #1310 · kluctl/kluctl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: Store deployment name/namespace for results in annotations instead of labels #1310

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

codablock
Copy link
Collaborator

Description

Turns out label values have stricter limits in length then resource names, meaning that we can't use labels to store the deployment names. Using annotations instead of labels solves this.

These labels were luckily never used anywhere and their only meaning was for informational purposes when manually looking into the result objects.

Fixes #1290

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@codablock codablock merged commit bfa8376 into main Apr 22, 2025
8 checks passed
@codablock codablock deleted the fix-result-labels branch April 22, 2025 11:14
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.

kluctlDeployment name length issues
1 participant
0