This documentation guides how to install image validation webhook.
- On your local machine, clone this repository
git clone https://github.com/tmax-cloud/image-validating-webhook.git
cd image-validating-webhook
-
Set TLS Certificates
- Edit & apply deploy/certificate.yaml
spec: secretName: image-validation-webhook-cert ... issuerRef: kind: ClusterIssuer group: cert-manager.io name: <Name of Cert Issuer> -
Execute install.sh
bash install.shIf your docker needs sudo, execute install.sh with sudo
sudo bash install.sh
- Execute uninstall.sh
bash uninstall.sh