Skip to content

Commit d854518

Browse files
authored
Fix JSON structure in add-simple-rule.json
1 parent 8320dd9 commit d854518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

add-simple-rule.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
[{
22
"id": "require-resources",
33
"description": "Require CPU/memory requests and limits",
44
"kind": "Pod, Deployment",
@@ -29,4 +29,4 @@
2929
"https://github.com/sajal-n/guardon"
3030
]
3131
}
32-
}
32+
}]

0 commit comments

Comments
 (0)