Skip to content

Commit 559427e

Browse files
fix: fix the cloudant DA offering name (#40)
1 parent 14993f2 commit 559427e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.catalog-onboard-pipeline.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
apiVersion: v1
3+
offerings:
4+
- name: deploy-arch-ibm-cloudant
5+
kind: solution
6+
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
7+
offering_id: 3a7a93d2-2755-4af3-bc8c-eba1e0bc9dda
8+
variations:
9+
- name: dedicated
10+
mark_ready: true
11+
install_type: fullstack
12+
scc:
13+
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
14+
region: us-south

ibm_catalog.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"products": [
33
{
44
"name": "deploy-arch-ibm-cloudant",
5-
"label": "IBM Cloudant",
5+
"label": "Cloudant",
66
"product_kind": "solution",
77
"tags": [
88
"ibm_created",

0 commit comments

Comments
 (0)