From 0aff4c044314357541ccee7b0aec495a2ac1ba87 Mon Sep 17 00:00:00 2001 From: jfv opensource Date: Mon, 18 Dec 2023 15:34:28 +0100 Subject: [PATCH] Allow to use ingress controller default secret instead of dedicated one(s) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc07d5..c05cac3 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Key | Description | Default `mariadb.auth.username` | Database user to create | `""` `mariadb.auth.password` | Password for the user | `""` `ingress.enabled` | Enable use of ingress controllers | `true` -`ingress.tls` | Create certificates if not exists | `true` +`ingress.tls` | Use dedicated certificates | `true` `ingress.hosts` | OCS hosts to create application URLs | `""` `ingress.annotations` | An array of ingress annotations | `{}` `ingress.basicauth.enabled` | Wether to enable basic auth | `"false"`