mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
17 lines
No EOL
939 B
Markdown
17 lines
No EOL
939 B
Markdown
# Status Badge
|
|
|
|
> v1.2
|
|
|
|
Argo CD can display a badge with health and sync status for any application. The feature is disabled by default because badge image is available to any user without authentication.
|
|
The feature can be enabled using `statusbadge.enabled` key of `argocd-cm` ConfigMap (see [argocd-cm.yaml](../operator-manual/argocd-cm.yaml)).
|
|
|
|

|
|
|
|
To show this badge, use the following URL format `${argoCdBaseUrl}/api/badge?name=${appName}`, e.g. http://localhost:8080/api/badge?name=guestbook.
|
|
The URLs for status image are available on application details page:
|
|
|
|
1. Navigate to application details page and click on 'Details' button.
|
|
1. Scroll down to 'Status Badge' section.
|
|
1. Select required template such as URL, Markdown etc.
|
|
for the status image URL in markdown, html, etc are available .
|
|
1. Copy the text and paste it into your README or website. |