mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
plugin/go-getter: support urls including :
This commit is contained in:
@@ -28,7 +28,7 @@ function parseYaml {
|
||||
local file=$1
|
||||
while read -r line
|
||||
do
|
||||
local k=${line%:*}
|
||||
local k=${line%%:*}
|
||||
local v=${line#*:}
|
||||
local t=${v#"${v%%[![:space:]]*}"} # trim leading space
|
||||
|
||||
|
||||
Reference in New Issue
Block a user