From 0d26bf2aad04accfb8ae334d873653207d95c4e6 Mon Sep 17 00:00:00 2001 From: JD Robertson Date: Fri, 23 Aug 2024 08:58:58 -0500 Subject: [PATCH] Mention delete --- getting-started/templates/systemlink-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"