[FIX] Changes made to database will now be reflected in the cluster

This commit is contained in:
Dunemask 2024-02-12 21:30:07 -07:00
parent 0a0f9c8463
commit 11f70087f1
6 changed files with 128 additions and 26 deletions

2
dist/app.js vendored
View file

@ -8,4 +8,4 @@ const kc = new k8s.KubeConfig();
kc.loadFromDefault();
}
main().catch((e)=>{console.log(e)});
main().catch((e)=>{console.error(e)});