diff --git a/charts/kyverno/CUSTOM-README.md b/charts/kyverno/CUSTOM-README.md new file mode 100644 index 0000000..4780854 --- /dev/null +++ b/charts/kyverno/CUSTOM-README.md @@ -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 +```