From 7e77a7633422efbefd8e5105246ccb857fafab0d Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:28:06 -0800 Subject: [PATCH] added custom release name support (-s) to the CLI's pro command (#1483) --- cmd/pro.go | 1 + 1 file changed, 1 insertion(+) 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() {