Skip to content

Adjusted formatting #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/docs/automation-and-resiliency/argo-cd-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down