Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created March 22, 2022 14:13
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 developer-guy/1e40f3bfe2e97c4773a59861c9f64dca to your computer and use it in GitHub Desktop.
Save developer-guy/1e40f3bfe2e97c4773a59861c9f64dca to your computer and use it in GitHub Desktop.
install kyverno with helm
$ helm repo add kyverno https://kyverno.github.io/kyverno/
$ helm repo update
$ helm install kyverno kyverno/kyverno --namespace kyverno --create-namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment