File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33[ JSON Schema] ( https://json-schema.org ) generator for your [ HELM charts] ( https://helm.sh ) .
44
55Project forked from: https://github.com/SocialGouv/helm-schema
6- Demo : https://socialgouv.github.io/helm-schema
6+
7+ Demo: https://banshee86vr.github.io/helm-schema
78
89## Usage
910
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import CodeEditor from "@uiw/react-textarea-code-editor";
44
55import "./App.css" ;
66
7- import { toJsonSchema } from "@socialgouv /helm-schema" ;
7+ import { toJsonSchema } from "@bertelli.luca /helm-schema" ;
88
99const yaml = `
1010# @param {object} smtp Your SMTP setup
@@ -45,7 +45,7 @@ function App() {
4545 } ;
4646 return (
4747 < >
48- < GithubForkBanner customHref = "https://github.com/socialgouv /helm-schema" > </ GithubForkBanner >
48+ < GithubForkBanner customHref = "https://github.com/banshee86vr /helm-schema" > </ GithubForkBanner >
4949 < h1 > helm-schema demo</ h1 >
5050 < p >
5151 Annotate your HELM values.yaml files with{ " " }
@@ -58,7 +58,7 @@ function App() {
5858 </ a > { " " }
5959 and extract a values.schema.json -{ " " }
6060 < a
61- href = "https://github.com/socialgouv /helm-schema"
61+ href = "https://github.com/banshee86vr /helm-schema"
6262 target = "_blank"
6363 rel = "noopener noreferrer"
6464 >
You can’t perform that action at this time.
0 commit comments