Skip to content

Commit 78564af

Browse files
authored
fix: change default OS in deployable architecture solution to RHCOS to match the default OCP version (#779)
1 parent 39d65ba commit 78564af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ variable "default_worker_pool_workers_per_zone" {
181181
variable "default_worker_pool_operating_system" {
182182
type = string
183183
description = "The operating system installed on the worker nodes. [Learn more](https://cloud.ibm.com/docs/openshift?topic=openshift-vpc-flavors)"
184-
default = "RHEL_9_64"
184+
default = "RHCOS"
185185
}
186186

187187
variable "default_worker_pool_labels" {

0 commit comments

Comments
 (0)