Files
helm/repoadd.md
2023-02-23 07:37:07 +00:00

13 lines
164 B
Markdown

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