Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 442 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 442 Bytes

Validating Webhook

./ build
webhook-create-signed-cert.sh
cat ./deployment/validatingwebhook.yaml | ./deployment/webhook-patch-ca-bundle.sh > ./deployment/validatingwebhook-ca-bundle.yaml
kubectl create -f deployment/deployment.yaml
kubectl create -f deployment/service.yaml
kubectl create -f deployment/validatingwebhook-ca-bundle.yaml
kubectl create -f deployment/hello.yaml