Link K8S deps properly
This commit is contained in:
parent
0ac77cdb15
commit
f0260fc819
64 changed files with 4282 additions and 3069 deletions
11
lib/database/seeds/alerting-seed.js
Normal file
11
lib/database/seeds/alerting-seed.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
export const table = "alerting";
|
||||
export const seed = () => {
|
||||
return [
|
||||
{
|
||||
name: `failing`,
|
||||
class: `failing.js`,
|
||||
method: "FAKEMETHOD",
|
||||
expires: new Date().toJSON(),
|
||||
},
|
||||
];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue