Skip to content

Commit

Permalink
ms365 values fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 4, 2023
1 parent 3370c18 commit e9415fc
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 @@ -51,7 +51,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-connector-ms365.image.tag | string | `"2.0.0"` | |
| alfresco-connector-ms365.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | Name of the key in the configmap which points to the repository service hostname |
| alfresco-connector-ms365.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | Name of the key in the configmap which points to the repository service port |
| alfresco-connector-ms365.repository.existingConfigMap.name | string | `"infrastructure-repository"` | Name of the configmap which hold the repositoy connection details |
| alfresco-connector-ms365.repository.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which hold the repositoy connection details |
| alfresco-connector-msteams.enabled | bool | `false` | Enable/Disable Alfresco Content Connector for Microsoft Teams |
| alfresco-connector-msteams.image.repository | string | `"quay.io/alfresco/alfresco-ms-teams-service"` | |
| alfresco-connector-msteams.image.tag | string | `"2.0.0"` | |
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 @@ -161,7 +161,7 @@ alfresco-connector-ms365:
repository:
existingConfigMap:
# -- Name of the configmap which hold the repositoy connection details
name: infrastructure-repository
name: *infrastructure_cmName
keys:
# -- Name of the key in the configmap which points to the repository
# service hostname
Expand Down

0 comments on commit e9415fc

Please sign in to comment.