以gitlab舉例
helm repo add gitlab-jh https://charts.gitlab.cn
helm repo update
helm search repo
helm pull gitlab-jh/gitlab --untar
進(jìn)入文件夾徙邻,然后修改values.yaml
然后
helm install 自定義名字 . -n 命名空間的名稱 --create-namespace
卸載
helm uninstall 自定義名字 -n 命名空間的名稱