argo-schema-generator
argo-schema-generator copied to clipboard
Tool that generates a kustomize schema file for Argo CD, Argo Rollouts, Argo Workflows, and Argo Events
If I have a YAML file which starts with `apiVersion: argoproj.io/v1alpha1`, what should I replace `URL` with in the `# yaml-language-server: $schema=URL` comment? There's no "v1alpha1" tag for https://github.com/argoproj/argo-schema-generator or...
https://github.com/argoproj/applicationset is not represented in the list of provided openapi schemas
Hi friends! In [Neovim](https://neovim.io/), I use [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) for my language servers. In particular, I use [yamlls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#yamlls) as my YAML language server for validating YAML against JSON schemas (more info [here](https://github.com/redhat-developer/yaml-language-server))....