-
Notifications
You must be signed in to change notification settings - Fork 2
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
kinds triggers bad argument to ipairs #60
Comments
Interesting. I will make sure to reproduce with a minimal neovim config, just to be sure there isn't any weird interaction from other plugins. I'll update once I do |
If you have not your own, you could use this template (that I stole from Folke 😆 ) and run |
@jemag meanwhile I stumbled over this bug too 😞 |
A very strange bug. I don't understand why this did not occur earlier for me 😞 Should be solved now |
Sorry for the long delay, was on vacation. Seems to be working great now, thank you! |
After building the manifests for an ArgoCD installation, if I run the
:KustomizeListKinds
in that buffer, I get the following error:Where it seems the
containsAnyOf
function is expecting a table.I took a subset of the generated yaml that should be able to reproduce the error. Please excuse the overly long yaml:
https://gist.github.com/jemag/b2cd757dfd84d1fd381cd62fa3613913
The text was updated successfully, but these errors were encountered: