Skip to content

Commit

Permalink
Fix typo in cloudscale autoscaling how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Dec 16, 2024
1 parent 3990c12 commit ab4d3c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
+
Expand Down

0 comments on commit ab4d3c2

Please sign in to comment.