Update Dockerfile, multi-runner.sh, and 31 more files...

This commit is contained in:
RamiBerm
2021-04-28 17:32:06 +03:00
parent 7d8655feab
commit 9531f7a14b
19 changed files with 38 additions and 24 deletions

View File

@@ -8,6 +8,8 @@ type Options struct {
Namespace string
AllNamespaces bool
KubeConfigPath string
MizuImage string
MizuPodPort uint16
}
var Configuration = &Options{}