From e0760485d780d2588de06e614167a7f28393ed31 Mon Sep 17 00:00:00 2001 From: gionn Date: Thu, 11 Jan 2024 10:16:16 +0000 Subject: [PATCH] Apply automatic changes --- charts/alfresco-search-service/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/alfresco-search-service/README.md b/charts/alfresco-search-service/README.md index f4397a53..49ae726f 100644 --- a/charts/alfresco-search-service/README.md +++ b/charts/alfresco-search-service/README.md @@ -62,6 +62,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | readinessProbe.timeoutSeconds | int | `10` | | | repository.existingConfigMap.keys.host | string | `"SOLR_ALFRESCO_HOST"` | Key within the configmap holding the repository hostname | | repository.existingConfigMap.keys.port | string | `"SOLR_ALFRESCO_PORT"` | Key within the configmap holding the repository port | +| repository.existingConfigMap.keys.securecomms | string | `"SOLR_ALFRESCO_SECURE_COMMS"` | Key within the configmap holding the repository security level | | repository.existingConfigMap.name | string | `nil` | Name of a pre-existing configmap containing Alfresco repository URL | | repository.existingSecret.keys.sharedSecret | string | `"SOLR_ALFRESCO_SECURECOMMS_SECRET"` | Key within the secret holding the repository shared secret | | repository.existingSecret.name | string | `nil` | Alternatively, provide a pre-existing secret containing the shared secret used with repository when `securecomms` is `secret` |