fixed panic and quota

This commit is contained in:
ston1th 2022-10-08 10:34:16 +02:00
commit 37a6b0ae5f
3 changed files with 41 additions and 25 deletions

View file

@ -28,8 +28,6 @@ var (
log logr.Logger
)
const gib = 1024 * 1024 * 1024
func main() {
klog.InitFlags(nil)
flag.StringVar(&cfg, "config", "", "path to config file")