[FIX] Changes made to database will now be reflected in the cluster
This commit is contained in:
parent
0a0f9c8463
commit
11f70087f1
6 changed files with 128 additions and 26 deletions
2
dist/app.js
vendored
2
dist/app.js
vendored
|
@ -8,4 +8,4 @@ const kc = new k8s.KubeConfig();
|
|||
kc.loadFromDefault();
|
||||
}
|
||||
|
||||
main().catch((e)=>{console.log(e)});
|
||||
main().catch((e)=>{console.error(e)});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue