Skip to content

Commit 778aaf6

Browse files
author
Mahi0911
committed
Changed sanple yamls
1 parent f17be47 commit 778aaf6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/sidb/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,25 +106,25 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
106106

107107
## Provision New Database
108108

109-
Provision a new database instance by specifying appropriate values for the attributes in the the example `.yaml` file, and running the following command:
109+
- Quickly Provision a new database instance on **minikube** using the [singleinstancedatabase_minikube.yaml](../../config/samples/sidb/singleinstancedatabase_minikube.yaml) using following one command.
110110

111111
```sh
112-
$ kubectl create -f singleinstancedatabase.yaml
112+
$ kubectl create -f singleinstancedatabase_minikube.yaml
113113

114114
singleinstancedatabase.database.oracle.com/sidb-sample created
115115
```
116116

117-
**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/)
118-
119-
* ### Quickly Provision On Minikube
120-
121-
Quickly Provision a new database instance on minikube using the [singleinstancedatabase_minikube.yaml](../../config/samples/sidb/singleinstancedatabase_minikube.yaml)
117+
- Provision a new database instance on any k8s cluster by specifying appropriate values for the attributes in the the example `.yaml` file, and running the following command:
122118

123119
```sh
124-
$ kubectl create -f singleinstancedatabase_minikube.yaml
120+
$ kubectl create -f singleinstancedatabase.yaml
125121

126122
singleinstancedatabase.database.oracle.com/sidb-sample created
127123
```
124+
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/)
126+
127+
128128

129129
* ### Creation Status
130130

0 commit comments

Comments
 (0)