mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
On MacOS /var is a symlink for /private/var and we can end up having the loader having a /private/var path while the TMPDIR has a /var path which triggers a panic. Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>