Eyar Zilberman

Results 93 comments of Eyar Zilberman

Until this is fixed, you can use the following workaround - use the command `helm template` + any other helm args (like `-f`) to generate a K8s manifest and run...

In my opinion, everything should be included in the JSON output (including redirects). @mre, I like the idea of multiple levels - this way, the user can control if he...

I guess this (#271) will also help me with my use case. It's up to you to decide what should be prioritized :)

@yannh I think the best way to handle it is by copying the kubectl behavior for this. If you will try to deploy an empty file -> kubectl will fail

You're using the `-schema-location` flag correctly. I never encounter this error message and wasn't also able to find in the code what will print it. If you will provide more...

I think this is the expected behavior 😅

This is actually the expected behavior. Name check is NOT part of the K8s schema and therefore, it's [not validated by kubeconform](https://github.com/yannh/kubeconform#limits-of-kubeconform-validation). Why it's not part of the schema, and...

ok, now that wrote all the details, I'm able to understand why this is not working for you. first, let's make sure that we are using the same jargon: CRD...

@gilbahat do you have a link to the CRD itself? I also need it to update the [index file](https://github.com/datreeio/CRDs-catalog/blob/main/index.yaml)

@gilbahat, I did some research, and it looks like the schemas in the PR are not generated from the [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize) project, they are generated from the [fluxcd/kustomize-controller](https://github.com/fluxcd/kustomize-controller/tree/main/config/crd/bases) project. Those CRs...