You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using kustomizer on a kustomization overlay which refers to bases located on sibling directories, it fails because it copies the directory to a temporary location and base relative paths are then broken.
For example, when kustomization.yaml listing "../../../../bases/main" as one of the bases gets copied to the temporary dir and tried to build using kustomize from there, kustomize fails because the base path is now wrong.
I think kustomizer should not copy the kustomization out of where it is supposed to be built.
The text was updated successfully, but these errors were encountered:
lalloni
changed the title
Kustomizer can't handle Kustomize overlays
Kustomizer can't handle Kustomize overlays referring to sibling directories
Mar 5, 2021
When using kustomizer on a kustomization overlay which refers to bases located on sibling directories, it fails because it copies the directory to a temporary location and base relative paths are then broken.
For example, when kustomization.yaml listing "../../../../bases/main" as one of the bases gets copied to the temporary dir and tried to build using kustomize from there, kustomize fails because the base path is now wrong.
I think kustomizer should not copy the kustomization out of where it is supposed to be built.
The text was updated successfully, but these errors were encountered: