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

Make names shorter #282

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Make names shorter #282

merged 1 commit into from
Oct 10, 2023

Conversation

gornication
Copy link
Contributor

Helm Charts.
Sometimes when running tests you may encounter problems like this:
Service “hmm597-7803-e2e-brokencrystals-dev-keycloak-postgres-prod-service” is invalid: metadata.name: Invalid value: “hmm597-7803-e2e-brokencrystals-dev-keycloak-postgres-prod-service”: must be no more than 63 characters
So I shortened the name suffixes and reduced the trunc function parameter to 50, which applies to part of the name.

@gornication
Copy link
Contributor Author

This also applies to the main branch, it’s just -dev shorter and problems may arise less frequently.

@anton7c3 anton7c3 merged commit 037383e into development Oct 10, 2023
2 checks passed
@anton7c3 anton7c3 deleted the make-names-shorter branch October 10, 2023 11:56
rielas pushed a commit that referenced this pull request Mar 3, 2024
**Helm Charts.**
Sometimes when running tests you may encounter problems like this:
`Service
“hmm597-7803-e2e-brokencrystals-dev-keycloak-postgres-prod-service” is
invalid: metadata.name: Invalid value:
“hmm597-7803-e2e-brokencrystals-dev-keycloak-postgres-prod-service”:
must be no more than 63 characters`
So I shortened the name suffixes and reduced the _trunc_ function
parameter to 50, which applies to part of the name.
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.

2 participants