Add CUSTOM-README.md

This commit is contained in:
wbsong111
2025-05-13 12:03:19 +09:00
parent 80b7d81f93
commit 116b20e7c7
+10
View File
@@ -0,0 +1,10 @@
# Kyverno 배포
## 1. 배포 방법
``` sh
git clone https://github.com/paasup/dip-catalog.git
cd charts/kyverno
helm upgrade kyverno --install ./ -n kyverno --create-namespace
```