You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Kyverno 배포
|
|
|
|
## 1. 배포 방법
|
|
|
|
``` sh
|
|
git clone https://github.com/paasup/dip-catalog.git
|
|
cd charts/kyverno
|
|
helm upgrade kyverno --install ./ -n kyverno --create-namespace
|
|
```
|
|
|