Packages Gatekeeper Custom Resource Definitions and kubectl for deploying OPA-based policy enforcement on Kubernetes.
Gatekeeper CRDs packages the Custom Resource Definitions (CRDs) required by OPA Gatekeeper, an admission controller that enforces policies on Kubernetes clusters using the Open Policy Agent (OPA) framework. This image also includes kubectl for deploying the CRDs to a cluster.
Gatekeeper uses CRDs such as ConstraintTemplate and Config to let administrators define and enforce custom policies
across Kubernetes resources. By installing these CRDs separately, cluster operators can manage policy definitions
independently of the Gatekeeper controller lifecycle.