Chart available at celo-org/charts
- Create a local Kubernetes cluster using Kind
make cluster
- Deploy the image-annotator-webhook to the cluster
make push
- Deploy webhook
make deploy-webhook
And wait some seconds for the webhook to be ready (also you can run make push-deploy
to do both steps at once)
- Deploy the manifests for testing (add any other manifests you want to test)
make deploy-testing
- Check the logs
make logs-webhok
- Confim that the webhook is working
kubectl get <pod/deployment/statefulset/job/cronjob> -o yaml ...
- Delete the cluster
make delete-cluster