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