Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions manifest/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ func Parse(manifest string, defaultNamespace string, normalizeManifests bool, ex
scanner.Split(scanYamlSpecs)
// Allow for tokens (specs) up to 10MiB in size
scanner.Buffer(make([]byte, bufio.MaxScanTokenSize), 10485760)
// Discard the first result, we only care about everything after the first separator
scanner.Scan()

result := make(map[string]*MappingResult)

Expand Down