From 596d4047e6c1d6fd8c4f210438783a1687e1a724 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Tue, 8 Jul 2025 08:52:59 -0400 Subject: [PATCH] Fix broken pre-commit check Fix the pre-commit check broken in https://github.com/openstack-k8s-operators/telemetry-operator/pull/716 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc8f24832..ebb7cc282 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This operator deploys a multiple telemetry agents, both in the control plane and ```bash oc scale deployments/openstack-operator-controller-operator --replicas 0 -n openstack-operators - + oc scale deployments/openstack-operator-controller-manager --replicas 0 -n openstack-operators oc scale deployments/telemetry-operator-controller-manager --replicas 0 -n openstack-operators