-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-layer overlays fail to render #596
Comments
My team has run into the same with our Skaffold setup. |
lemme look |
Seeing same issue or very similar issue. Worked in 1.0.10 (only changed the Structure:
Base kustomization file:
Overlay kustomization file:
|
@mgoodness feel free to review #624 @bstevenson As things now stand, the layout you describe is disallowed. We found that allowing an overlay to be a subdirectory of a base makes it too easy to create recursion problems. The fix is to change from
to
FWIW, the top level |
I have a project that uses 4 layers, each of which uses the previous layer as its base.
overlays/sandbox3.us-east-1
overlays/aws-nonprod
overlays/aws
When I run
kustomize build overlays/sandbox3.us-east-1
with v1.0.11 I getThis configuration worked with kustomize v1.0.10. I am able to render if I skip an intermediate layer. Other projects that use only 3 layers also render correctly.
The text was updated successfully, but these errors were encountered: