Skip to content

Instantly share code, notes, and snippets.

@f9n
Last active April 1, 2021 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f9n/7c3941e2a0e4b33ae05f3b9eaed670ab to your computer and use it in GitHub Desktop.
Save f9n/7c3941e2a0e4b33ae05f3b9eaed670ab to your computer and use it in GitHub Desktop.
Opa/Gatekeeper Config Example
apiVersion: config.gatekeeper.sh/v1alpha1
kind: Config
metadata:
name: config
namespace: "gatekeeper-system"
spec:
match:
- excludedNamespaces: ["kube-system", "gatekeeper-system"]
processes: ["*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment