morvencao / kube-sidecar-injector

A Kubernetes mutating webhook server that implements sidecar injection
Apache License 2.0
628 stars 454 forks source link

Fix incorrect deploy directory and CSR wait loop. #23

Closed jpedro closed 3 years ago

jpedro commented 4 years ago

The readme has deploy but the dir is deployments.

Plus the loop to check the csr is wrong. I added a sleep 1 to slow the output down a bit.