mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 14:58:44 +00:00
parent
6e9fe2986e
commit
c3995009ee
@ -133,6 +133,7 @@ func mergeSetFlag(setValues []string) {
|
|||||||
|
|
||||||
if !Contains(allowedSetFlags, argumentKey) {
|
if !Contains(allowedSetFlags, argumentKey) {
|
||||||
Log.Warningf(uiUtils.Warning, fmt.Sprintf("Ignoring set argument %s, flag name must be one of the following: \"%s\"", setValue, strings.Join(allowedSetFlags, "\", \"")))
|
Log.Warningf(uiUtils.Warning, fmt.Sprintf("Ignoring set argument %s, flag name must be one of the following: \"%s\"", setValue, strings.Join(allowedSetFlags, "\", \"")))
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
mergeFlagValue(configElem, argumentKey, argumentValue)
|
mergeFlagValue(configElem, argumentKey, argumentValue)
|
||||||
|
Loading…
Reference in New Issue
Block a user