From 02253ef4f28b1fd00898e4d14cba8658c5407c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Fri, 30 Aug 2024 16:47:31 +0200 Subject: [PATCH] fix(docs): Ensure 120 char line limit in yaml. --- helmfile/environments/default/functional.yaml | 3 ++- helmfile/environments/default/replicas.yaml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/helmfile/environments/default/functional.yaml b/helmfile/environments/default/functional.yaml index fa04e3d7..de40c464 100644 --- a/helmfile/environments/default/functional.yaml +++ b/helmfile/environments/default/functional.yaml @@ -34,7 +34,8 @@ functional: quota: # Set the default quota for all users in GB default: 1 - # Options related to file sharing, changing these options might require a restart of the `opendesk-nextcloud-php` Pod(s). + # Options related to file sharing. + # Changing these options might require a restart of the `opendesk-nextcloud-php` Pod(s). sharing: # External shares external: diff --git a/helmfile/environments/default/replicas.yaml b/helmfile/environments/default/replicas.yaml index 4165d311..4d64ae63 100644 --- a/helmfile/environments/default/replicas.yaml +++ b/helmfile/environments/default/replicas.yaml @@ -144,7 +144,9 @@ replicas: # -- scalable: true openprojectWeb: 1 # -- scalable: true - # -- comment: Async service working on processing queue content. Can work on queues in parallel (when needed). See [upstream Helm chart documentation](https://www.openproject.org/docs/installation-and-operations/installation/helm-chart/) for details, as e.g. dedicated workers to specific queues are in general possible with OpenProject as well.Share + # -- comment: Async service working on processing queue content. Can work on queues in parallel (when needed). Check + # https://www.openproject.org/docs/installation-and-operations/installation/helm-chart/ for details, as e.g. + # dedicated workers for specific queues are possible with OpenProject. openprojectWorker: 1 # -- component: Groupware (OX Appsuite)