Skip to content

Commit 93df4d8

Browse files
authored
Merge pull request #91 from appuio/add_420_availableCaps
Add capabilities for OCP 4.20 clusters
2 parents 9b5a327 + 46d520a commit 93df4d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

component/main.jsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ local consoleSpec =
230230
'LightspeedButton',
231231
'GettingStartedBanner',
232232
]),
233+
'20': std.set([
234+
'LightspeedButton',
235+
'GettingStartedBanner',
236+
]),
233237
};
234238
{
235239
local existingCaps = std.set(

0 commit comments

Comments
 (0)