Skip to content

Commit 1184806

Browse files
Update ADB_PREREQUISITES.md
Fixed typos
1 parent ae84282 commit 1184806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/adb/ADB_PREREQUISITES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ Instance principal authorization enables the operator to make API calls from an
5959

6060
2. In the **Matching Rules** section, write rules the to include the OKE nodes in the dynamic group.
6161

62-
Example 1 : enables **all** the resources, including OKE nodes in the compartment, to be members of the dynamic group.
62+
Example 1 : enables **all** the instances, including OKE nodes in the compartment, to be members of the dynamic group.
6363

6464
```sh
6565
All {instance.compartment.id = '<compartment-OCID>'}
6666
```
6767

6868
![instance-principal-2](/images/adb/instance-principal-2.png)
6969

70-
Example 2 : enables the OKE nodes in the compartment, to be members of the dynamic group.
70+
Example 2 : enables the specific OKE nodes in the compartment, to be members of the dynamic group.
7171

7272
```sh
73-
Any {instance.compartment.id = '<oke-node1-instance-OCID>', instance.compartment.id = '<oke-node2-instance-OCID>', instance.compartment.id = '<oke-node3-instance-OCID>'}
73+
Any {instance.id = '<oke-node1-instance-OCID>', instance.id = '<oke-node2-instance-OCID>', instance.id = '<oke-node3-instance-OCID>'}
7474
```
7575

7676
![instance-principal-3](/images/adb/instance-principal-3.png)

0 commit comments

Comments
 (0)