From 4df1fcdad9fefc22e07da202128f831a4ac88eee Mon Sep 17 00:00:00 2001 From: Monica Granbois Date: Wed, 28 May 2025 14:27:18 -0700 Subject: [PATCH] Adjusted formatting --- src/docs/automation-and-resiliency/argo-cd-usage.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/docs/automation-and-resiliency/argo-cd-usage.md b/src/docs/automation-and-resiliency/argo-cd-usage.md index 349c91de..4d8ec2eb 100644 --- a/src/docs/automation-and-resiliency/argo-cd-usage.md +++ b/src/docs/automation-and-resiliency/argo-cd-usage.md @@ -308,11 +308,12 @@ If you get an error message when trying to create the application, read the erro ### Synchronize the application Once the application is created successfully and automatic synchronization is not yet enabled: - * Click on the application from the application list page. + +* Click on the application from the application list page. * Argo CD will have scanned the manifest repository files already, indicating 'out of sync'. - * To start synchronization: - * Click the 'Sync' button, followed by 'Synchronize'. - * The duration depends on the number of resources defined for the application. +* To start synchronization: + * Click the 'Sync' button, followed by 'Synchronize'. + * The duration depends on the number of resources defined for the application. * If synchronization fails: * Click on the 'failed' message to review explanations. * Potential issues may stem from manifest files or repository configuration.