diff --git a/getting-started/templates/systemlink-values.yaml b/getting-started/templates/systemlink-values.yaml index 6113bd16..59ccfadb 100644 --- a/getting-started/templates/systemlink-values.yaml +++ b/getting-started/templates/systemlink-values.yaml @@ -131,7 +131,8 @@ rabbitmq: # - The "OrderedReady" podManagementPolicy must be used for the first deployment # of the application. Once the application has been deployed, change the # podManagementPolicy to "Parallel" to avoid synchronization issues when upgrading - # RabbitMQ instances. + # RabbitMQ instances. It will be necessary to manually delete the rabbitmq stateful + # set from the deployment prior to redeploying with the new setting. ## podManagementPolicy: "OrderedReady" # podManagementPolicy: "Parallel"