Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Added a function to clean project names for k8s #10988

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

barankyle
Copy link
Member

Summary

Current solution was leaving dashes at the start or end of labels if they started or ended with invalid characters. The characters were replaced by dashes, but k8s does not allow dashes at the start or end.

Fixed a bug where new projects where existingProject.id was being read from even if existingProject didn't exist. Now reading from returned.id; returned always exists.

Subtasks Checklist

Breaking Changes

References

closes #insert number here

QA Steps

Current solution was leaving dashes at the start or end of labels
if they started or ended with invalid characters. The characters
were replaced by dashes, but k8s does not allow dashes at the start
or end.

Fixed a bug where new projects where existingProject.id was being
read from even if existingProject didn't exist. Now reading from
returned.id; returned always exists.
@HexaField HexaField merged commit 64f7afd into dev Aug 16, 2024
25 checks passed
@HexaField HexaField deleted the project-update-name-fixes branch August 16, 2024 23:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants