diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index cd200a802..bd45c2dca 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -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"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index fe6836f09..91f31b28c 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -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