I discovered a breaking typo (probably there are m...
# kubernetes
r
I discovered a breaking typo (probably there are more) in a key in
kubernetes-ingress-nginx
https://github.com/pulumi/pulumi-kubernetes-ingress-nginx/blob/master/schema.json 1. Do I understand correctly these schemas are handcrafted? 2. Is simply creating a PR with the suggested changes enough? 3. (How) can I rebuild the component locally, I don’t have any go experience or worked with these generated components, so any guide is helpful.
b
hi! yes, the schemas are (currently) handcrafted creating a PR to fix is a good start the makefile should help you build locally