argocd-example-apps
argocd-example-apps copied to clipboard
Add Degraded Example Resources
#289
Description :
- This pull request introduces a new degraded-example folder containing Kubernetes manifests that simulate various degraded or broken resource scenarios.
Changes Made:
- New Folder:
- Added Example Manifests:
- Added README.md file
Purpose :
- Help users understand how ArgoCD displays and handles degraded applications.
- Provide realistic failure scenarios for training and testing purposes.
- Enhance the repository's utility for demonstrations and workshops.
Checklist:
- [x] Added detailed examples of degraded resources.
- [x] Updated README with instructions and descriptions.
- [x] Verified manifests for correctness.
- [x] Tested examples in a Kubernetes cluster.