Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1 KB

File metadata and controls

49 lines (37 loc) · 1 KB

Installation Guide

This documentation guides how to install image validation webhook.

Prerequisites

Installing Image Validation Webhook

  1. On your local machine, clone this repository
git clone https://github.com/tmax-cloud/image-validating-webhook.git
cd image-validating-webhook
  1. 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>
    
  2. Execute install.sh

    bash install.sh
    

    If your docker needs sudo, execute install.sh with sudo

    sudo bash install.sh
    

Uninstall

  1. Execute uninstall.sh
    bash uninstall.sh