Skip to content

Commit 6d98051

Browse files
author
Mahi0911
committed
Changed sanple yamls
1 parent 48f4ecb commit 6d98051

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/sidb/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,21 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
108108

109109
- Easily provision a new database instance on **minikube** using [singleinstancedatabase_minikube.yaml](../../config/samples/sidb/singleinstancedatabase_minikube.yaml) by the following one command.
110110

111-
```sh
112-
$ kubectl create -f singleinstancedatabase_minikube.yaml
113-
114-
singleinstancedatabase.database.oracle.com/sidb-sample created
115-
```
111+
```sh
112+
$ kubectl create -f singleinstancedatabase_minikube.yaml
113+
114+
singleinstancedatabase.database.oracle.com/sidb-sample created
115+
```
116116

117117
- Provision a new database instance on any K8s cluster by specifying appropriate values for the attributes in the [singleinstancedatabase.yaml](../../config/samples/sidb/singleinstancedatabase.yaml) and running the following command:
118118

119-
```sh
120-
$ kubectl create -f singleinstancedatabase.yaml
121-
122-
singleinstancedatabase.database.oracle.com/sidb-sample created
123-
```
119+
```sh
120+
$ kubectl create -f singleinstancedatabase.yaml
121+
122+
singleinstancedatabase.database.oracle.com/sidb-sample created
123+
```
124124

125-
**NOTE:** Make sure you have created the required `.spec.adminPassword` [secret](https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/)) and `.spec.persistence` [persistent volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
125+
**NOTE:** Make sure you have created the required `.spec.adminPassword` [secret](https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/) and `.spec.persistence` [persistent volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
126126

127127

128128
* ### Creation Status

0 commit comments

Comments
 (0)