Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 379 Bytes

OPA Gatekeeper Demo

Getting started

  1. Make sure you have already installed the Gatekeeper Operator in your cluster.
  2. Install the bundle in your kubernetes using kubectl or the oc 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