Documentation: fix typo in configuring Airbyte (SECRET_PERSISTENCE) (#9848)
This commit is contained in:
@@ -46,7 +46,7 @@ The following variables are relevant to both Docker and Kubernetes.
|
||||
#### Secrets
|
||||
1. `SECRET_STORE_GCP_PROJECT_ID` - Defines the GCP Project to store secrets in. Alpha support.
|
||||
2. `SECRET_STORE_GCP_CREDENTIALS` - Define the JSON credentials used to read/write Airbyte Configuration to Google Secret Manager. These credentials must have Secret Manager Read/Write access. Alpha support.
|
||||
3. `SECRET_PERSISTENCE_TYPE` - Defines the Secret Persistence type. Defaults to NONE. Set to GOOGLE_SECRET_MANAGER to use Google Secret Manager. Set to TESTING_CONFIG_DB_TABLE to use the database as a test. Alpha support. Undefined behavior will result if this is turned on and then off.
|
||||
3. `SECRET_PERSISTENCE` - Defines the Secret Persistence type. Defaults to NONE. Set to GOOGLE_SECRET_MANAGER to use Google Secret Manager. Set to TESTING_CONFIG_DB_TABLE to use the database as a test. Alpha support. Undefined behavior will result if this is turned on and then off.
|
||||
|
||||
#### Database
|
||||
1. `DATABASE_USER` - Define the Jobs Database user.
|
||||
|
||||
Reference in New Issue
Block a user