Skip to content

Commit f9a27db

Browse files
author
abhisbyk
committed
Readme corrections
Signed-off-by: abhisbyk <[email protected]>
1 parent 6ba14c7 commit f9a27db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/samples/sidb/oraclerestdataservice_secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ stringData:
3030
## 2. Contain at least one numeric character (0123456789).
3131
## 3. Contain at least one punctuation character (!"#$%&()``*+,-/:;?_).
3232
## 4. Contain at least one uppercase alphabetic character.
33-
oracle_pwd:
33+
oracle_pwd:

docs/sidb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ This command pulls the XE image uploaded on the [Oracle Container Registry](http
199199
- For XE database, you **cannot change** the init parameters i.e. `cpuCount, processes, sgaTarget or pgaAggregateTarget`.
200200
201201
#### Additional Information
202-
You are required to specify the database admin password secret in the corresponding YAML file. The default values mentioned in the `adminPassword.secretName` fields of [singleinstancedatabase_create.yaml](../../config/samples/sidb/singleinstancedatabase_create.yaml), [singleinstancedatabase_prebuiltdb.yaml](../../config/samples/sidb/singleinstancedatabase_prebuiltdb.yaml) and [singleinstancedatabase_express.yaml](../../config/samples/sidb/singleinstancedatabase_express.yaml) files are `db-admin-secret`, `prebuiltdb-admin-secret`, and `xedb-admin-secret` respectively. You can create these secrets manually by using the sample command mentioned in the [Template YAML](#template-yaml) section. Otherwise, you can create these secrets at once by filling the passwords in the **[singleinstancedatabase_secrets.yaml](../../config/samples/sidb/singleinstancedatabase_secrets.yaml)** file and applying it using the command below:
202+
You are required to specify the database admin password secret in the corresponding YAML file. The default values mentioned in the `adminPassword.secretName` fields of [singleinstancedatabase_create.yaml](../../config/samples/sidb/singleinstancedatabase_create.yaml), [singleinstancedatabase_prebuiltdb.yaml](../../config/samples/sidb/singleinstancedatabase_prebuiltdb.yaml) and [singleinstancedatabase_express.yaml](../../config/samples/sidb/singleinstancedatabase_express.yaml) files are `db-admin-secret`, `prebuiltdb-admin-secret`, and `xedb-admin-secret` respectively. You can create these secrets manually by using the sample command mentioned in the [Template YAML](#template-yaml) section. Alternatively, you can create these secrets by filling the passwords in the **[singleinstancedatabase_secrets.yaml](../../config/samples/sidb/singleinstancedatabase_secrets.yaml)** file and applying it using the command below:
203203
204204
```bash
205205
kubectl apply -f singleinstancedatabase_secrets.yaml
@@ -601,7 +601,7 @@ You are required to specify the ORDS secret in the [oraclerestdataservice_create
601601
kubectl create secret generic ords-secret --from-literal=oracle_pwd=<specify password here>
602602
```
603603

604-
Otherwise, you can create this secret together with the APEX secret by filling the passwords in the **[oraclerestdataservice_secrets.yaml](../../config/samples/sidb/oraclerestdataservice_secrets.yaml)** file and applying it using the command below:
604+
Alternatively, you can create this secret together with the APEX secret by filling the passwords in the **[oraclerestdataservice_secrets.yaml](../../config/samples/sidb/oraclerestdataservice_secrets.yaml)** file and applying it using the command below:
605605

606606
```bash
607607
kubectl apply -f singleinstancedatabase_secrets.yaml

0 commit comments

Comments
 (0)