Skip to content

Commit fab721f

Browse files
Update ADB_PREREQUISITES.md
Fixed minor typos in ADB_PREREQUISITES.md
1 parent a13b8eb commit fab721f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/adb/ADB_PREREQUISITES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To provide access, choose **one of the following approaches**:
1212

1313
### Authorized with API Key Authentication
1414

15-
By default, all pods in the Oracle Container Engine for Kubernetes (OKE) are able to access the instance principal certificates, so that the operator calls OCI REST endpoints without any extra step. If you're using OKE, then please proceed to the [Oracle Autonomous Database document](./doc/adb/ORACLE_ADB_CONTROLLER_README.md).
15+
By default, all pods in the Oracle Container Engine for Kubernetes (OKE) are able to access the instance principal certificates, so that the operator calls OCI REST endpoints without any extra step. If you're using OKE, then please proceed to the installation.
1616
If the operator is deployed in a third-party Kubernetes cluster, then the credentials of the Oracle Cloud Infrastructure (OCI) user are needed. The operator reads these credentials from a ConfigMap and a Secret.
1717

1818
Oracle recommends using the helper script `set_ocicredentials.sh` in the root directory of the repository; This script will generate a ConfigMap and a Secret with the OCI credentials. By default, the script parses the **DEFAULT** profile in `~/.oci/config`. The default names of the ConfigMap and the Secret are, respectively: `oci-cred` and `oci-privatekey`.
@@ -97,4 +97,4 @@ To set up Instance Principle authorization:
9797
Allow dynamic-group <your-dynamic-group> to manage autonomous-database-family in compartment <your-compartment>
9898
```
9999

100-
At this stage, the operator has been granted sufficient permissions to call OCI services. You can now proceed to the the installation.
100+
At this stage, the operator has been granted sufficient permissions to call OCI services. You can now proceed to the installation.

0 commit comments

Comments
 (0)