mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 09:38:50 +00:00
publish json schemas as a single URL
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com> This change publishes the auto-generated JSON schemas as a single URL, so that it is consumable by a tool like VS Code. The CRD generator creates 2 files, a tar.gz for Kubeval, and another one is a JSON file. The JSON file is a combination of all schemas, put under the "oneOf" operator.
This commit is contained in:
parent
e72214e266
commit
716b41e91b
2 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ release:
|
|||
- glob: ./output/crd-schemas.tar.gz
|
||||
- glob: ./output/manifests.tar.gz
|
||||
- glob: ./output/install.yaml
|
||||
- glob: ./output/crd-schemas.json
|
||||
dockers:
|
||||
- image_templates:
|
||||
- 'fluxcd/flux-cli:{{ .Tag }}-amd64'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue