Installation
Canary Checker can be deployed to a Kubernetes cluster via Helm.
helm repo add flanksource https://flanksource.github.io/charts
helm repo update flanksource
Create a values file based on values.yaml. You only need to define things that are different from the defaults listed in that file. After configuring the values.yaml file, install Canary Checker with
helm install \
--namespace canary-checker \
-f values.yaml \
flanksource/canary-checker