Skip to content

Commit 6e22777

Browse files
committed
Update YamlEditor.tsx
1 parent a9a6776 commit 6e22777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/YamlEditor/YamlEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const YamlEditor = (props: YamlEditorProps) => {
5252
if (!monacoYamlConfigured) {
5353
monacoYamlConfigured = true;
5454
configureMonacoYaml(monaco, {
55+
isKubernetes: true,
5556
enableSchemaRequest: true,
5657
hover: true,
5758
completion: true,

0 commit comments

Comments
 (0)