최초 작성
This commit is contained in:
13
repoadd.md
Normal file
13
repoadd.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Helm Repo Add
|
||||
> Helm Repo를 추가하는 방법
|
||||
|
||||
## 추가
|
||||
```
|
||||
helm repo add [레포이름] [레포주소]
|
||||
helm repo update
|
||||
```
|
||||
|
||||
## 확인
|
||||
```
|
||||
helm repo list
|
||||
```
|
||||
Reference in New Issue
Block a user