- Make sure you have already installed the Gatekeeper Operator in your cluster.
- Install the bundle in your kubernetes using
kubectl
or theoc
cli:
cd opa-gatekeeper-demo
# to add the only the OPA templates
kubectl apply -k templates
# to add only the OPA constraints
kubectl apply -k constraints