-
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
kustomize build shows error in v2.0.0 release #776
Comments
kustomization.yaml contains -
tried moving
also tried changing them to absolute path like still gives same error. |
Probably due to #700. Dupe of #766. In kustomize v2
|
For people coming back to this error — For maintainers — what's the recommended way for people to handle this case? |
|
What about this case?
|
In kustomize V2, |
I think we're talking past each other. Does |
Will try to check it on my side |
OK I made a mistake. You can refer an outside |
Converting outside references to directories is very reasonable! Thanks |
I still don't get it.
And resources:
- ../../resources ... and run
And if I refer to the resources:
- ../../resources/kustomization.yaml ... and run
So the question to the maintainers from @max-sixty:
Is it related to this issue? |
The |
As I said I'm using Since I'm using kustomize in a CI/CD pipeline I've now created a custom image that uses the latest version of kustomize. That solved the issue for me. For others who're looking into that in the future: It still may take some time until the latest version of kustomize is included in kubectl (according to this FAQ page). |
I'm using Where do I find the documentation for v2? I have written kustomization.yaml files that seem to work with v3 when I try Thanks. Edit: this issue for me might be that the ability to use inline strings in kustomize/docs/kustomization.yaml Line 174 in a6f6514
|
kustomize build <dir>
shows the following error -Rolled back to previous release and it works.
The text was updated successfully, but these errors were encountered: