Skip to content

Commit

Permalink
chore: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 11, 2023
1 parent 7303757 commit 573612e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@socialgouv/helm-schema": "^1.2.3",
"@socialgouv/helm-schema": "^1.2.4",
"@uiw/react-textarea-code-editor": "^2.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
3 changes: 3 additions & 0 deletions demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ smtp:
# Setup your securityContext to reduce security risks, see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
# @param {https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.24.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext} [securityContext]
securityContext:
# @params {string[]} command List of parameters for the default entrypoint
command: []
`.trim();

function App() {
Expand Down
8 changes: 4 additions & 4 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@socialgouv/helm-schema@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@socialgouv/helm-schema/-/helm-schema-1.2.3.tgz#b3c52be3d44c6124f321c75bdda0409e574f5669"
integrity sha512-jYA6pT6vz7FpUQu+jgFtTMIYBflG0deUoppCNbRJ+COyqa204wj0DtDI5f1bctOy2kaDc19U6VTr6E9vq/eeIw==
"@socialgouv/helm-schema@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@socialgouv/helm-schema/-/helm-schema-1.2.4.tgz#3841453761912677abf5da677279648cc1a4ae53"
integrity sha512-Am4TLkBfKqhH+FkUptey2PDssh64g2maLXs+wA9+GQ8D2E+4O/GdI/StVIYsb+Akd4ORy5y55p6hZ86rbxCQwg==
dependencies:
comment-parser "^1.4.0"
yaml "^2.3.2"
Expand Down

0 comments on commit 573612e

Please sign in to comment.