From cdb9d363cf41a56e39e5c11d29a96f9eb25e69bc Mon Sep 17 00:00:00 2001 From: stremovsky Date: Wed, 29 Dec 2021 00:22:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=20add=20externalDatabase.existingSecr?= =?UTF-8?q?et=20variable=20to=20the=20readme=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/databunker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/databunker/README.md b/charts/databunker/README.md index 1f71c06..065fa33 100644 --- a/charts/databunker/README.md +++ b/charts/databunker/README.md @@ -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