You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Summary
Add additional custom resource health checks for crossplane resources such as:
Motivation
Currently only
pkg.crossplane.io/Provider
is implemented within the ArgoCD resource_customizationsI 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?
The text was updated successfully, but these errors were encountered: