-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
Summary
Add additional custom resource health checks for crossplane resources such as:
- pkg.crossplane.io/
- Configuration
- ConfigurationRevision
- ProviderRevision
- Function
- apiextensions.crossplane.io/
- CompositeResourceDefinition
- Composition
- CompositionRevision
Motivation
Currently only pkg.crossplane.io/Provider
is implemented within the ArgoCD resource_customizations
I feel like resource health checks are very helpful and I'd like expand them to the above resources / or a subset of them / or also others depending on feedback.
Proposal
I guess this seems somewhat straight forward by looking into the resources and adding checks with tests for each resource as described in the argo docs
Are there any guidelines about when its ok to add a check here into the ArgoCD project repo?
Are there any concerns about the number of checks to be considered?
patst