A collection of default integrations for Ocular, including uploaders, downloaders, and crawlers. These integrations are designed to be used with the Ocular API to solve common use cases.
A collection of default uploaders, downloaders, and crawlers that can be used to quickly get started with Ocular.
These integrations are included in the helm chart "Ocular default integrations".
Ensure that the Ocular chart is installed and configured. Then, install the default integrations chart:
helm repo add crashoverride-helm-charts https://crashoverride-helm-charts.storage
helm repo update
helm install ocular-default-integrations crashoverride-helm-charts/ocular-default-integrations
# Resource will then be available as a CRD in the cluster.
# Installs as cluster wide resources
kubectl get clustercrawlers
kubectl get clusterdownloaders
kubectl get clusteruploaders