Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 15, 2024
1 parent 7f3934b commit 308c5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gardener/aws/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ gardener::provision_cluster() {
--region "${GARDENER_REGION}" \
--zones "${GARDENER_ZONES}" \
--type "${MACHINE_TYPE}" \
--scaler-max ${SCALER_MIN} \
--scaler-min ${SCALER_MAX} \
--scaler-min ${SCALER_MIN} \
--scaler-max ${SCALER_MAX} \
--kube-version="${GARDENER_CLUSTER_VERSION}" \
--attempts ${RETRY_ATTEMPTS} \
--verbose \
Expand Down

0 comments on commit 308c5d1

Please sign in to comment.