A library of policies for OPA Gatekeeper project re-configured with helm support.
- OPA Gatekeeper
- Helm 3
- Kubernetes installation
The crds are available in ./crds folder.
kubectl create -f ./crds/general/
kubectl create -f ./crds/pod-security-policy/The values.yaml can be tweaked according to your use.
helm install rules-helm .All the templates are created in the format of $TEMPLATENAME-$HELMRELEASENAME. This kind of naming convention allows you to deploy templates with different values without hassle.
Edit the values.yaml file to pick the resources of your choice & customize them with ease.

