Skip to content

Commit

Permalink
chore(olm): set empty spec in CSV to pass courier validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jan 20, 2020
1 parent a711871 commit 3155e77
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
6 changes: 6 additions & 0 deletions assets/json-schema/CamelCatalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"groupId": {
"type": "string"
},
"javaTypes": {
"items": {
"type": "string"
},
"type": "array"
},
"languages": {
"items": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ metadata:
"kind": "IntegrationPlatform",
"metadata": {
"name": "example"
}
},
"spec": {}
},
{
"apiVersion": "camel.apache.org/v1",
Expand All @@ -47,21 +48,24 @@ metadata:
"kind": "IntegrationKit",
"metadata": {
"name": "example"
}
},
"spec": {}
},
{
"apiVersion": "camel.apache.org/v1",
"kind": "CamelCatalog",
"metadata": {
"name": "example"
}
},
"spec": {}
},
{
"apiVersion": "camel.apache.org/v1",
"kind": "Build",
"metadata": {
"name": "example"
}
},
"spec": {}
}]
capabilities: Basic Install
categories: Integration & Delivery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ metadata:
"kind": "IntegrationPlatform",
"metadata": {
"name": "example"
}
},
"spec": {}
},
{
"apiVersion": "camel.apache.org/v1",
Expand All @@ -47,21 +48,24 @@ metadata:
"kind": "IntegrationKit",
"metadata": {
"name": "example"
}
},
"spec": {}
},
{
"apiVersion": "camel.apache.org/v1",
"kind": "CamelCatalog",
"metadata": {
"name": "example"
}
},
"spec": {}
},
{
"apiVersion": "camel.apache.org/v1",
"kind": "Build",
"metadata": {
"name": "example"
}
},
"spec": {}
}]
capabilities: Basic Install
categories: Integration & Delivery
Expand Down

0 comments on commit 3155e77

Please sign in to comment.