mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 16:54:58 +00:00
When rendering a holos component which contains more than one helm chart, rendering fails. It should succeed. ``` holos render --cluster-name=k2 /home/jeff/workspace/holos-run/holos/docs/examples/platforms/reference/clusters/holos/... --log-level debug ``` ``` 9:03PM ERR could not execute version=0.64.2 err="could not rename: rename /home/jeff/workspace/holos-run/holos/docs/examples/platforms/reference/clusters/holos/nats/envs/vendor553679311 /home/jeff/workspace/holos-run/holos/docs/examples/platforms/reference/clusters/holos/nats/envs/vendor: file exists" loc=helm.go:145 ``` This patch fixes the problem by moving each child item of the temporary directory charts are installed into. This avoids the problem of moving the parent when the parent target already exists.