Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to using kubebuilder. (open-policy-agent#41)
* Migrate to using kubebuilder. Note that the authorization server use case is a bit tricky as kubebuilder assumes that the Kubernetes API Server is available. To circumvent this, I kept a portion of the old webhook server code to function as a standalone server. Most of the new files are generated by kubebuilder, as is the directory structure. This includes the Dockerfile and Makefile. Also, secrets should be automatically generated by the server and the webhooks automatically registered (in the non-standalone case). Apologies for the massive change but there wasn't a gradual way to do this. Signed-off-by: Max Smythe <[email protected]> * Tweak Docker repo. Fix Flags. Signed-off-by: Max Smythe <[email protected]> * Fix location of video link in README. Signed-off-by: Max Smythe <[email protected]> * Fix newline spacing in README. Signed-off-by: Max Smythe <[email protected]>
- Loading branch information