We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5144687 commit c062b5eCopy full SHA for c062b5e
docs/sidb/README.md
@@ -127,13 +127,13 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
127
128
* ### Creation Status
129
130
- Creating a new database instance takes a while. When the 'status' status returns the response "Healthy", the Database is open for connections.
131
-
132
- ```sh
133
- $ kubectl get singleinstancedatabase sidb-sample -o "jsonpath={.status.status}"
+ Creating a new database instance takes a while. When the 'status' status returns the response "Healthy", the Database is open for connections.
134
135
- Healthy
136
- ```
+ ```sh
+ $ kubectl get singleinstancedatabase sidb-sample -o "jsonpath={.status.status}"
+
+ Healthy
+ ```
137
138
139
0 commit comments