Skip to content

Commit dc271ea

Browse files
Merge pull request #23 from oracle/mqureshi_update-readme
Update the operator yaml apply command
2 parents b9c6544 + 7d6b454 commit dc271ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
6565
Run the following command
6666

6767
```sh
68-
kubectl apply -f oracle-database-operator.yaml
68+
kubectl apply -f https://raw.githubusercontent.com/oracle/oracle-database-operator/main/oracle-database-operator.yaml
6969
```
7070

7171
Ensure that operator pods are up and running. Operator pod replicas are set to a default of 3 for High Availability, which can be scaled up and down.
@@ -84,7 +84,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
8484

8585
You should see that the operator is up and running, along with the shipped controllers.
8686

87-
For more details, see [Oracle Database Operator Installation Instrunctions](./docs/installation/OPERATOR_INSTALLATION_README.md).
87+
For more details, see [Oracle Database Operator Installation Instructions](./docs/installation/OPERATOR_INSTALLATION_README.md).
8888

8989
## Getting Started with the Operator (Quickstart)
9090

0 commit comments

Comments
 (0)