Skip to content

Commit 1aa0a7f

Browse files
committed
add drop down for os
1 parent 7111322 commit 1aa0a7f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

ibm_catalog.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,21 @@
163163
},
164164
{
165165
"key": "default_worker_pool_operating_system",
166-
"required": true
166+
"required": true,
167+
"options": [
168+
{
169+
"displayname": "RHEL 9",
170+
"value": "RHEL_9_64"
171+
},
172+
{
173+
"displayname": "Red Hat CoreOS",
174+
"value": "RHCOS"
175+
},
176+
{
177+
"displayname": "RHEL 8",
178+
"value": "REDHAT_8_64"
179+
}
180+
]
167181
},
168182
{
169183
"key": "provider_visibility",

0 commit comments

Comments
 (0)