Skip to content

Commit

Permalink
Merge pull request #373 from appuio/fix/how-to/cloudscale-autoscaling
Browse files Browse the repository at this point in the history
Fix typo in cloudscale autoscaling how-to
  • Loading branch information
simu authored Dec 16, 2024
2 parents 3990c12 + ab4d3c2 commit 3d652ba
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 3d652ba

Please sign in to comment.