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

feat: Add allowLongAppNames to support longer application names #1489

Merged

Conversation

sven-urbanski-freiheit-com
Copy link
Collaborator

@sven-urbanski-freiheit-com sven-urbanski-freiheit-com commented Mar 27, 2024

This introduces the helm parameter cd.allowLongAppNames. When true, kuberpult
accepts app names longer than 39, but maximum 70 characters.
This requires some configuration in Argo CD to work.
See #1183 (comment)
for how to enable it in Argo CD.

This was implemented by @jdvgh
In order to get this through our CI, I had to create this new PR.

Old PR: #1183
Closes: #1182

@sven-urbanski-freiheit-com sven-urbanski-freiheit-com force-pushed the feature/support-longer-application-names branch 5 times, most recently from 3f6409c to 805d0df Compare March 27, 2024 17:17
@jdvgh
Copy link
Contributor

jdvgh commented Mar 27, 2024

@sven-urbanski-freiheit-com if I should re-commit with another message just give me a heads-up. I see the commit lint is failing.

@sven-urbanski-freiheit-com
Copy link
Collaborator Author

@sven-urbanski-freiheit-com if I should re-commit with another message just give me a heads-up. I see the commit lint is failing.

that was a bug in the commit linter, should be fixed in a minute: #1492

This introduces the helm parameter `cd.allowLongAppNames`. When true, kuberpult accepts app names longer than 39, but maximum 70 characters.
This requires some configuration in Argo CD to work.
See #1183 for how to enable it in Argo CD.

Closes issue #1182

This was implemented by @jdvgh
In order to get this through our CI, I had to create this new PR.
Old PR: #1183
@sven-urbanski-freiheit-com sven-urbanski-freiheit-com force-pushed the feature/support-longer-application-names branch from 805d0df to 3459df6 Compare March 28, 2024 11:01
@sven-urbanski-freiheit-com sven-urbanski-freiheit-com merged commit 42d79a2 into main Apr 23, 2024
11 checks passed
@sven-urbanski-freiheit-com sven-urbanski-freiheit-com deleted the feature/support-longer-application-names branch April 23, 2024 14:23
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.

Allow App names with length > 39
2 participants