We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122d0e9 commit 4a5aa9cCopy full SHA for 4a5aa9c
src/components/YamlEditor/YamlEditor.tsx
@@ -54,7 +54,7 @@ export const YamlEditor = (props: YamlEditorProps) => {
54
{
55
schema: schema as JSONSchema,
56
fileMatch: ['*'],
57
- uri: 'http://kubernetesjsonschema.dev/master-standalone/all.json',
+ uri: 'https://kubernetesjsonschema.dev/master-standalone/all.json',
58
},
59
],
60
});
0 commit comments