UNCLASSIFIED - NO CUI

Skip to content

Draft: Initial attempt at a bigbang schema

runyontr requested to merge bigbang-json-schema into master

Summary

Create a BigBang Schema for the Helm chart by pulling comments.

To install in VSCode, modify the settings.json:

image

and now any .yaml file will be able to be vetted by the schema:

image

image

image

Relevant logs/screenshots

(Include any relevant logs/screenshots)

  • Parse comments for internal packages
  • Parse dependency charts for values/comments
  • clean up Repo
  • Identify if schemas should be on master as part of the repo, or part of the release
  • Create schemas for each package for using independently
  • Identify where we're allowed to add things
  • Release as CLI tool for non-BigBang helm charts
Edited by runyontr

Merge request reports