Skip to content

Commit 0e69986

Browse files
committed
Fix build breaking typo in first commit
1 parent 7f172fd commit 0e69986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/0000_26_cloud-controller-manager-operator_11_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
--leader-elect-retry-period=26s \
4747
--leader-elect-resource-namespace=openshift-cloud-controller-manager-operator \
4848
"--images-json=/etc/cloud-controller-manager-config/images.json" \
49-
--metrics-bind-address=:127.0.0.1:9257 \
49+
--metrics-bind-address=127.0.0.1:9257 \
5050
--health-addr=127.0.0.1:9259
5151
ports:
5252
- containerPort: 9257

0 commit comments

Comments
 (0)