Change chart directory structure

This commit is contained in:
wbsong111
2026-01-19 16:11:44 +09:00
parent 0f2284bf35
commit 0436749932
5948 changed files with 119 additions and 79 deletions
@@ -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
```