Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jenting committed Dec 8, 2024
1 parent 1688b4c commit 831b869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An **ArgoCD application watcher** monitors the CRUD (Create, Read, Update, Delet
## Key Functionality

- **Watch CRUD Operations**: Detect changes to ArgoCD Application CRs in real-time.
- **Redis Integration**: Save event data into a Redis database with the Redis key `<appproject-name>|<application>`, value: `<application>`.
- **Redis Integration**: Save event data into a Redis database with the Redis key `<appproject-name>|<application-name>`, value: `<application-cr>`.

## Use Cases

Expand Down

0 comments on commit 831b869

Please sign in to comment.