Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 20, 2024
1 parent a91b3d6 commit 37faaba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-transform-service.filestore.persistence.data.mountPath | string | `"/tmp/Alfresco"` | |
| alfresco-transform-service.filestore.persistence.data.subPath | string | `"alfresco-content-services/filestore-data"` | |
| alfresco-transform-service.filestore.persistence.enabled | bool | `true` | Persist filestore data |
| alfresco-transform-service.filestore.replicaCount | int | `1` | Cannot use more than 1 replica when persistence is enabled |
| alfresco-transform-service.filestore.strategy.type | string | `"Recreate"` | Strategy must be set to Recreate when persistence is enabled |
| alfresco-transform-service.filestore.replicaCount | int | `1` | Cannot use more than 1 replica when persistence is enabled and storageClass is `ReadWriteOnce` |
| alfresco-transform-service.filestore.strategy.type | string | `"Recreate"` | Strategy must be set to Recreate when persistence use a `ReadWriteOnce` storageClass |
| alfresco-transform-service.imagemagick.enabled | bool | `true` | Declares the alfresco-imagemagick service used by the content repository to transform image files |
| alfresco-transform-service.imagemagick.image.repository | string | `"alfresco/alfresco-imagemagick"` | |
| alfresco-transform-service.imagemagick.image.tag | string | `"5.1.3"` | |
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ alfresco-transform-service:
# -- Declares the alfresco-shared-file-store used by the content repository
# and transform service
enabled: true
# -- Cannot use more than 1 replica when persistence is enabled
# -- Cannot use more than 1 replica when persistence is enabled and storageClass is `ReadWriteOnce`
replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-shared-file-store
Expand All @@ -276,7 +276,7 @@ alfresco-transform-service:
mountPath: "/tmp/Alfresco"
subPath: "alfresco-content-services/filestore-data"
strategy:
# -- Strategy must be set to Recreate when persistence is enabled
# -- Strategy must be set to Recreate when persistence use a `ReadWriteOnce` storageClass
type: Recreate
share:
# -- toggle deploying Alfresco Share UI
Expand Down

0 comments on commit 37faaba

Please sign in to comment.