최초 작성

This commit is contained in:
2023-02-23 07:36:54 +00:00
parent 5fe6dfca9d
commit 3d44691d14

13
repoadd Normal file
View File

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