File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
65
65
Run the following command
66
66
67
67
``` 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
69
69
```
70
70
71
71
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
84
84
85
85
You should see that the operator is up and running, along with the shipped controllers.
86
86
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 ) .
88
88
89
89
## Getting Started with the Operator (Quickstart)
90
90
You can’t perform that action at this time.
0 commit comments