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 a9a6776 commit 6e22777Copy full SHA for 6e22777
src/components/YamlEditor/YamlEditor.tsx
@@ -52,6 +52,7 @@ export const YamlEditor = (props: YamlEditorProps) => {
52
if (!monacoYamlConfigured) {
53
monacoYamlConfigured = true;
54
configureMonacoYaml(monaco, {
55
+ isKubernetes: true,
56
enableSchemaRequest: true,
57
hover: true,
58
completion: true,
0 commit comments