diff --git a/cmd/pro.go b/cmd/pro.go index 3dd69347f..da985ee65 100644 --- a/cmd/pro.go +++ b/cmd/pro.go @@ -42,6 +42,7 @@ func init() { proCmd.Flags().Uint16(configStructs.ProxyFrontPortLabel, defaultTapConfig.Proxy.Front.Port, "Provide a custom port for the Kubeshark") proCmd.Flags().String(configStructs.ProxyHostLabel, defaultTapConfig.Proxy.Host, "Provide a custom host for the Kubeshark") + proCmd.Flags().StringP(configStructs.ReleaseNamespaceLabel, "s", defaultTapConfig.Release.Namespace, "Release namespace of Kubeshark") } func acquireLicense() {