Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 9291c81

Browse files
authored
Update README.md
1 parent 24069fd commit 9291c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/Lab7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Note: The account that your Cloudant service will be created on MAY be different
114114
1. Assign the service ID access to the required permissions to work with the IBM Cloud services. You will need the **Manager** role to provision a Cloudant service.
115115
116116
```
117-
ibmcloud iam service-policy-create serviceid-ico --roles Manager --resource-group-name default --region us-south
117+
ibmcloud iam service-policy-create serviceid-ico --roles Manager,Administrator --resource-group-name default --region us-south
118118
```
119119
120120
1. We will also need to provide Account Management to allow us to create an cloudant service on our IBM Cloud account:
@@ -447,4 +447,4 @@ Navigate to the guestbook in a broswer, and add some entries:
447447
From the Cloudant Dashboard, selected `myDatabase` and you should see documents created for the entries you created.
448448
![guestbook](../.gitbook/assets/cloudant-docs.png)
449449

450-
This Cloudant database service is external to the Kubernetes service and data persists outside of the lifecycle of the container/pod/kubernetes cluster. The Cloudant service is a scalable json document storage solution that can be distributed across regions. For more information, check out the [Cloudant Product Page](https://www.ibm.com/cloud/cloudant).
450+
This Cloudant database service is external to the Kubernetes service and data persists outside of the lifecycle of the container/pod/kubernetes cluster. The Cloudant service is a scalable json document storage solution that can be distributed across regions. For more information, check out the [Cloudant Product Page](https://www.ibm.com/cloud/cloudant).

0 commit comments

Comments
 (0)