Skip to content

Commit

Permalink
chore: update files from pre-commit run
Browse files Browse the repository at this point in the history
  • Loading branch information
infraex-misc[bot] authored Nov 23, 2024
1 parent e223c68 commit fbadd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/rosa-create-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The kube context will be set on the created cluster.
| `aws-region` | <p>AWS region where the ROSA cluster will be deployed</p> | `true` | `""` |
| `rosa-cli-version` | <p>Version of the ROSA CLI to use</p> | `true` | `latest` |
| `awscli-version` | <p>Version of the aws cli to use</p> | `true` | `2.15.52` |
| `openshift-version` | <p>Version of the OpenShift to install</p> | `true` | `4.17.3` |
| `openshift-version` | <p>Version of the OpenShift to install</p> | `true` | `4.17.4` |
| `replicas` | <p>Number of replicas for the ROSA cluster</p> | `true` | `2` |
| `s3-backend-bucket` | <p>Name of the S3 bucket to store Terraform state</p> | `true` | `""` |
| `s3-bucket-region` | <p>Region of the bucket containing the resources states, if not set, will fallback on aws-region</p> | `false` | `""` |
Expand Down Expand Up @@ -95,7 +95,7 @@ This action is a `composite` action.
# Version of the OpenShift to install
#
# Required: true
# Default: 4.17.3
# Default: 4.17.4

replicas:
# Number of replicas for the ROSA cluster
Expand Down
2 changes: 1 addition & 1 deletion modules/rosa-hcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
| <a name="input_htpasswd_username"></a> [htpasswd\_username](#input\_htpasswd\_username) | htpasswd username | `string` | `"kubeadmin"` | no |
| <a name="input_machine_cidr_block"></a> [machine\_cidr\_block](#input\_machine\_cidr\_block) | value of the CIDR block to use for the machine | `string` | `"10.0.0.0/18"` | no |
| <a name="input_offline_access_token"></a> [offline\_access\_token](#input\_offline\_access\_token) | The Red Hat OCM API access token for your account | `string` | n/a | yes |
| <a name="input_openshift_version"></a> [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.17.3"` | no |
| <a name="input_openshift_version"></a> [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.17.4"` | no |
| <a name="input_pod_cidr_block"></a> [pod\_cidr\_block](#input\_pod\_cidr\_block) | value of the CIDR block to use for the pods | `string` | `"10.0.64.0/18"` | no |
| <a name="input_replicas"></a> [replicas](#input\_replicas) | The number of computer nodes to create. Must be a minimum of 2 for a single-AZ cluster, 3 for multi-AZ. | `string` | `"2"` | no |
| <a name="input_service_cidr_block"></a> [service\_cidr\_block](#input\_service\_cidr\_block) | value of the CIDR block to use for the services | `string` | `"10.0.128.0/18"` | no |
Expand Down

0 comments on commit fbadd2b

Please sign in to comment.