Skip to content

Commit

Permalink
feat: Add helmReleaseName to hubble disable parameters.
Browse files Browse the repository at this point in the history
This is to allow `cilium hubble disable --helm-release-name foo` as missing
from a previous/complimentary commit.

Fixes: cilium#2274

Signed-off-by: Matthew Hembree <47449406+matthewhembree@users.noreply.github.com>
  • Loading branch information
matthewhembree committed Mar 20, 2024
1 parent cd77b3e commit d16d56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/hubble.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func newCmdHubbleDisableWithHelm() *cobra.Command {
Long: ``,
RunE: func(_ *cobra.Command, _ []string) error {
params.Namespace = namespace
params.HelmReleaseName = helmReleaseName
ctx := context.Background()
if err := hubble.DisableWithHelm(ctx, k8sClient, params); err != nil {
fatalf("Unable to disable Hubble: %s", err)
Expand Down

0 comments on commit d16d56f

Please sign in to comment.