최초 작성

This commit is contained in:
2023-02-23 07:37:07 +00:00
parent 3d44691d14
commit 27381f0810

13
repoadd.md Normal file
View File

@@ -0,0 +1,13 @@
# Helm Repo Add
> Helm Repo를 추가하는 방법
## 추가
```
helm repo add [레포이름] [레포주소]
helm repo update
```
## 확인
```
helm repo list
```