Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 340 Bytes

File metadata and controls

15 lines (9 loc) · 340 Bytes

repo

# 添加 repo
helm repo add my-helm-repo https://xxx/artifactory/my-helm-virtual --username <username> --password <password>

# 更新 repo
helm repo update

Note

helm repo 的信息是存在 $HOME/.helm 目录下的,所以切换用户后, helm repo 信息是看不到的。