diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 1b267cc11..1be3efd12 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -136,7 +136,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-search.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | | | alfresco-search.repository.existingConfigMap.keys.securecomms | string | `"SEARCH_SECURECOMMS"` | | | alfresco-search.repository.existingConfigMap.name | string | `"alfresco-infrastructure"` | | -| alfresco-search.repository.existingSecret.keys.shared-secret | string | `"SOLR_SECRET"` | | +| alfresco-search.repository.existingSecret.keys.sharedSecret | string | `"SOLR_SECRET"` | | | alfresco-search.repository.existingSecret.name | string | `"solr-shared-secret"` | | | alfresco-search.searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | | | alfresco-search.searchServicesImage.tag | string | `"2.0.8"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 8a6b91553..bb874b74a 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -222,7 +222,7 @@ alfresco-search: existingSecret: name: *acs_search_secretName keys: - shared-secret: SOLR_SECRET + sharedSecret: SOLR_SECRET searchServicesImage: repository: quay.io/alfresco/search-services tag: 2.0.8