✍ add externalDatabase.existingSecret variable to the readme file

This commit is contained in:
stremovsky
2021-12-29 00:22:18 +02:00
parent e9446555e2
commit cdb9d363cf

View File

@@ -188,6 +188,7 @@ The command removes all the Kubernetes components associated with the chart and
| `externalDatabase.user` | Existing username in the external db | `databunkerdb` |
| `externalDatabase.password` | Password for the above username | `""` |
| `externalDatabase.database` | Name of the existing database | `bunkeruser` |
| `externalDatabase.existingSecret` | The name of an existing secret with database credentials | `""` |
### Traffic Exposure Parameters