Categorygithub.com/celo-org/image-annotator-webhook
modulepackage
0.0.0-20241008133507-927b26d6670d
Repository: https://github.com/celo-org/image-annotator-webhook.git
Documentation: pkg.go.dev

# README

image-annotator-webhook

Chart

Chart available at celo-org/charts

How to test locally

Prerequisites

Steps

  1. Create a local Kubernetes cluster using Kind
make cluster
  1. Deploy the image-annotator-webhook to the cluster
make push
  1. 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)

  1. Deploy the manifests for testing (add any other manifests you want to test)
make deploy-testing
  1. Check the logs
make logs-webhok
  1. Confim that the webhook is working
kubectl get <pod/deployment/statefulset/job/cronjob> -o yaml ...
  1. Delete the cluster
make delete-cluster