Skip to content

Commit

Permalink
Use older version of rosa cli to avoid error
Browse files Browse the repository at this point in the history
Failed to update machine pool 'scaling' on hosted cluster 'gh-keycloak-a': Attribute 'autoscaling.max_replica' must be provided

Signed-off-by: Michal Hajas <[email protected]>
  • Loading branch information
mhajas committed May 20, 2024
1 parent f1919c1 commit f0d092d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rosa-cli-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
shell: bash
run: |
cd /usr/local/bin/
curl https://mirror.openshift.com/pub/openshift-v4/clients/rosa/latest/rosa-linux.tar.gz | tar xz
curl https://mirror.openshift.com/pub/openshift-v4/clients/rosa/1.2.38/rosa-linux.tar.gz | tar xz
- id: rosa-cli-login
name: Login ROSA CLI
Expand Down

0 comments on commit f0d092d

Please sign in to comment.