Skip to content

Commit 1e431f5

Browse files
author
Clive Dias
committed
Fix documentation
1 parent 22e8b82 commit 1e431f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/public/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ It can be done manually or automatically through jobs.
513513
| INFRA_RABBITMQ_ADMIN_PASSWORD | string | yes | `""` | This parameter specifies the RabbitMQ default password. It has no default value and the value needs to be specified. |
514514
| MONITORING_ENABLED | boolean | no | `false` | This parameter specifies if RabbitMQ Prometheus monitoring needs to be installed. By default, Prometheus monitoring is not installed. For more information, refer to [RabbitMQ Operator Service Monitoring](/docs/public/monitoring.md) in the **Cloud Platform Monitoring Guide**. |
515515
| STORAGE_RWO_CLASS | string | yes | `""` | This parameter specifies the RabbitMQ storage class. When used for deployment on local PVs, it must be the same as what is set on the PVs. When the storage class is not set, use `''`. When the storage class is empty, use `"''"` (`"\"\""` with ESCAPE_SEQUENCE=true;). **This parameter is required for installation using storage class**. |
516-
| INFRA_RABBITMQ_FS_GROUP | integer | no | | Specifies group ID used inside RabbitMQ pods. |
517-
| INFRA_RABBITMQ_REPLICAS | integer | no | | Specifies RabbitMQ replicas count. |
516+
| INFRA_RABBITMQ_FS_GROUP | integer | no | | Specifies the group ID used inside RabbitMQ pods. |
517+
| INFRA_RABBITMQ_REPLICAS | integer | no | | Specifies the RabbitMQ replicas count. |
518518
| S3_ENDPOINT | string | no | `""` | This parameter specifies the URL of S3 storage. |
519519
| S3_ACCESSKEY | string | no | `""` | This parameter specifies the key ID for S3 storage. |
520520
| S3_SECRETKEY | string | no | `""` | This parameter specifies the secret for S3 storage. |
@@ -1130,9 +1130,9 @@ rabbitmqctl enable_feature_flag all
11301130

11311131
or enable flags on RabbitMQ UI.
11321132

1133-
Note: start from version 0.9.0, the enabling feature flags is performed automatically during during installation.
1133+
Note: Starting from version 0.9.0, the enabling of feature flags is performed automatically during installation.
11341134

1135-
If you encounter problems with feature flags during RabbitMQ upgrade, roll back to previous version and enable all necessary feature flags.
1135+
If you encounter problems with feature flags during RabbitMQ upgrade, roll back to the previous version and enable all necessary feature flags.
11361136

11371137
To upgrade RabbitMQ for more than one minor version it is necessary to make a consistent upgrade through all intermediate versions.
11381138
For example to upgrade from `3.10.x` to `3.12.x` you need to upgrade from `3.10.x` to `3.11.x` and after that to `3.12.x`.

docs/public/managed/amazon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RabbitMQ Service chart allows you to deploy RabbitMQ side services (Monitoring a
1414

1515
* External AmazonMQ URL is available from Kubernetes cluster where you are going to deploy side services.
1616
* AmazonMQ user credentials are provided. User has admin rights.
17-
* There is local Helm configured to deploy to necessary Kubernetes cluster.
17+
* There is a local Helm configured to deploy to the necessary Kubernetes cluster.
1818

1919
## Preparations for Backup
2020

0 commit comments

Comments
 (0)