3.7.4 Create a Kubernetes Secret for Oracle Database Credentials
MicroTx supports using Oracle Database as a persistent store to keep track of the transaction information.
You must provide the Oracle Database credentials in the
values.yaml
file. MicroTx uses the credentials to establish a connection to the database after the service is installed.
If you are using an Autonomous Database instance, ensure that you have downloaded the wallet and created a configuration map before you begin with the following steps. See Get Autonomous Database Client Credentials.
To create a Kubernetes secret to provide the Oracle Database login details:
Update the
values.yaml
with the name of the Kubernetes secret that you have created to store the Oracle Database credentials and the connection string. Additionally, provide the name of the configuration map if you are using an Autonomous Database instance.
Parent topic: Set Up Oracle Database as Data Store