mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
allow colon in filenames
This commit is contained in:
@@ -34,6 +34,12 @@ var topCases = []pathCase{
|
||||
arg: ParentDir,
|
||||
errStr: "illegal name '..' in file creation",
|
||||
},
|
||||
{
|
||||
what: "colon",
|
||||
arg: "a:b",
|
||||
name: "a:b",
|
||||
path: "a:b",
|
||||
},
|
||||
{
|
||||
what: "empty",
|
||||
arg: "",
|
||||
|
||||
Reference in New Issue
Block a user