Skip to content

Commit

Permalink
make sure it works
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 26, 2024
1 parent fe40ac7 commit e556518
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
| activemq.image.repository | string | `"apache/activemq-classic"` | |
| activemq.image.tag | string | `"5.18.4"` | |
| activemq.nameOverride | string | `"activemq"` | |
| activemq.persistence.data.mountPath | string | `"/opt/apache-activemq//data"` | |
| activemq.persistence.data.mountPath | string | `"/opt/apache-activemq/data"` | |
| alfresco-ai-transformer.enabled | bool | `false` | toggle deploying Alfresco ai transformer for more details about configuration check https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-ai-transformer |
| alfresco-ai-transformer.fullnameOverride | string | `"alfresco-intelligence-service"` | Enforce static resource naming in AIS so the ATS trouter can be given the URL of the service |
| alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | |
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 @@ -183,7 +183,7 @@ activemq:
existingSecretName: null
persistence:
data:
mountPath: "/opt/apache-activemq//data"
mountPath: "/opt/apache-activemq/data"
alfresco-connector-ms365:
# -- Enable/Disable Alfresco Content Connector for Microsoft 365
enabled: false
Expand Down

0 comments on commit e556518

Please sign in to comment.