added set hierarchy, removed allowed set flags (#205)

This commit is contained in:
RoyUP9
2021-08-12 16:01:33 +03:00
committed by GitHub
parent 1d1b62ec4f
commit 0afab6c068
5 changed files with 420 additions and 79 deletions

View File

@@ -7,11 +7,7 @@ import (
)
const (
AgentImageConfigName = "agent-image"
MizuResourcesNamespaceConfigName = "mizu-resources-namespace"
TelemetryConfigName = "telemetry"
DumpLogsConfigName = "dump-logs"
KubeConfigPathName = "kube-config-path"
)
type ConfigStruct struct {