mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
@@ -161,7 +161,7 @@ func (kvl *loader) keyValuesFromLine(line []byte, currentLine int) (types.Pair,
|
|||||||
if len(data) == 2 {
|
if len(data) == 2 {
|
||||||
kv.Value = data[1]
|
kv.Value = data[1]
|
||||||
} else {
|
} else {
|
||||||
// If there is value (no `=` in the line), we set value to an empty string
|
// If there is no value (no `=` in the line), we set the value to an empty string
|
||||||
kv.Value = ""
|
kv.Value = ""
|
||||||
}
|
}
|
||||||
kv.Key = key
|
kv.Key = key
|
||||||
|
|||||||
Reference in New Issue
Block a user