Created
March 22, 2022 14:13
-
-
Save developer-guy/1e40f3bfe2e97c4773a59861c9f64dca to your computer and use it in GitHub Desktop.
install kyverno with helm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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