Add -s flag to set release namespace into console, proxy and scripts

This commit is contained in:
M. Mert Yildiran
2023-07-31 23:09:04 +03:00
parent 7f41c348e6
commit fc3bf69348
3 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ func init() {
consoleCmd.Flags().Uint16(configStructs.ProxyHubPortLabel, defaultTapConfig.Proxy.Hub.Port, "Provide a custom port for the Hub")
consoleCmd.Flags().String(configStructs.ProxyHostLabel, defaultTapConfig.Proxy.Host, "Provide a custom host for the Hub")
cleanCmd.Flags().StringP(configStructs.ReleaseNamespaceLabel, "s", defaultTapConfig.Release.Namespace, "Release namespace of Kubeshark")
}
func runConsole() {