Skip to content

Commit

Permalink
rename solr shared secret value
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 18, 2023
1 parent 37cc382 commit eb03223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb03223

Please sign in to comment.