mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
In module lists, handle allowed replacements.
This commit is contained in:
@@ -38,7 +38,7 @@ var (
|
||||
"site",
|
||||
}
|
||||
// TODO: make this a PATH-like flag
|
||||
allowedReplacements = []string {
|
||||
allowedReplacements = []string{
|
||||
"gopkg.in/yaml.v3",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user