Skip to content

Commit 3c04f23

Browse files
committed
Merge remote-tracking branch 'github/main'
2 parents 78d9609 + b9c6544 commit 3c04f23

File tree

3 files changed

+127
-114
lines changed

3 files changed

+127
-114
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/adb/ADB_PREREQUISITES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ To set up the instance princials, you will have to:
6161

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

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

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

7070
![instance-principal-2](/images/adb/instance-principal-2.png)
7171

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

7474
```sh
75-
Any {instance.compartment.id = '<oke-node1-instance-OCID>', instance.compartment.id = '<oke-node2-instance-OCID>', instance.compartment.id = '<oke-node3-instance-OCID>'}
75+
Any {instance.id = '<oke-node1-instance-OCID>', instance.id = '<oke-node2-instance-OCID>', instance.id = '<oke-node3-instance-OCID>'}
7676
```
7777

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

0 commit comments

Comments
 (0)