Ihor Nechyporuk

Results 3 comments of Ihor Nechyporuk

I see it's related to #3334.

The most tedious thing for me was to load each yaml file separately: ```starlark k8s_yaml(['apps/app1.yaml', 'apps/app2.yaml', 'apps/app3.yaml']) ``` Then I figured out it's possible to solve it with `listdir`: ```starlark...

Hello, It seems that @fedeoliv's PR has been abandoned. Are there plans to add this feature? In our company, different teams are creating their own extensions, but it would be...