Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.2 KB

Go Report Card GitHub release (latest SemVer) Docker Pulls

k8s-crdguard

Uses jet/kube-webhook-certgen in the provided chart to simplify provisioning certificates for validatingwebhookconfigurations.

Usage of k8s-crdguard:
  -cert-file string
    	Path to certificate file to serve TLS. (default "/cert/cert")
  -crds value
    	List of crds to block deletion of. Default will block all CRDs. (example "prometheuses.monitoring.coreos.com")
  -key-file string
    	Path to key file to serve TLS. (default "/cert/key")
  -kubeconfig string
    	Path to kubeconfig file: e.g. ~/.kube/kind-config-kind. (default uses in-cluster config)
  -log-debug
    	Whether to enable debug log configuration. (default false)