From ab4d3c26078bd750253a36535fae9654f35a6659 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Mon, 16 Dec 2024 13:00:03 +0100 Subject: [PATCH] Fix typo in cloudscale autoscaling how-to --- .../ROOT/pages/how-tos/cloudscale/configure-autoscaling.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/how-tos/cloudscale/configure-autoscaling.adoc b/docs/modules/ROOT/pages/how-tos/cloudscale/configure-autoscaling.adoc index 443b4170..8c5a5284 100644 --- a/docs/modules/ROOT/pages/how-tos/cloudscale/configure-autoscaling.adoc +++ b/docs/modules/ROOT/pages/how-tos/cloudscale/configure-autoscaling.adoc @@ -68,7 +68,7 @@ yq -i '.parameters.openshift4_nodes.autoscaling.enabled = true' \ ${CLUSTER_ID}.yml yq -i '.parameters.openshift4_nodes.autoscaling.machineAutoscalers.app.minReplicas=3' \ ${CLUSTER_ID}.yml -yq -i '.parameters.openshift4_nodes.autoscaling.machineAutoscalers.app.minReplicas=6' \ +yq -i '.parameters.openshift4_nodes.autoscaling.machineAutoscalers.app.maxReplicas=6' \ ${CLUSTER_ID}.yml ---- +