This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Sanitize uppercase letters from resource name
Modify SanitizeResourceName function to transform uppercase characters into lowercase, as kubernetes doesn't allow uppercase characters as part of the resource name: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/ Create unit test to cover that function.
- Loading branch information
1 parent
1761511
commit ec03b5a
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters