Skip to content

Commit

Permalink
Add subctl image name
Browse files Browse the repository at this point in the history
So it can be used to run `subctl gather` inside a pod
to collect data from metrics.

Refer submariner-io/subctl/issues/795

Signed-off-by: Maayan Friedman <maafried@redhat.com>
  • Loading branch information
maayanf24 authored and tpantelis committed Mar 5, 2024
1 parent 8415ee6 commit 90ad129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/names/names.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var (
OperatorImage = "submariner-operator"
MetricsProxyImage = "nettest"
NettestImage = "nettest"
SubctlImage = "subctl"
)

func AppendUninstall(name string) string {
Expand Down

0 comments on commit 90ad129

Please sign in to comment.