diff --git a/pkg/integration/prometheus/prometheus.go b/pkg/integration/prometheus/prometheus.go index e095712cdd..1cafb0c5a3 100644 --- a/pkg/integration/prometheus/prometheus.go +++ b/pkg/integration/prometheus/prometheus.go @@ -53,7 +53,7 @@ func (p *Prometheus) Deploy(namespace string) error { // manage Prometheus on the behalf of users. podConfigs, err := findPrometheusPodConfigs(ctx, client.GetClient(), namespace) if err != nil { - color.Red("Error discovering Prometheus worklads: %v", err) + color.Red("Error discovering Prometheus workloads: %v", err) os.Exit(1) } if len(podConfigs) == 0 {