mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 03:35:06 +00:00
This fixes an issue where Kustomize expects a []string, but gets a slice of something else instead, which causing a runtime panic. This fixes 2241