-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to sync and store charts with spaces in name (#3758)
Signed-off-by: Rafa Castelblanque <rcastelblanq@vmware.com>
- Loading branch information
Rafa Castelblanque
committed
Nov 30, 2021
1 parent
a1f95a5
commit 8fe3a96
Showing
3 changed files
with
124 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
entries: | ||
chart-with-spaces: | ||
- appVersion: v1 | ||
name: "chart\x20with\x20spaces" | ||
chart-without-spaces: | ||
- appVersion: v2 | ||
name: "chart-without-spaces" |
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