We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在是 helm template ./xxx 本地目录的方式安装部署。如果可以 helm template xxx.com:8080/chart.tgz,就不用下载本仓库,部署体验更好。
helm template ./xxx
helm template xxx.com:8080/chart.tgz
The text was updated successfully, but these errors were encountered:
安装的时候前面已经安装好了,到了这一步helm -n asm template ./ | kubectl apply -n asm -f -,提示 Error: Chart.yaml file is missing error: no objects passed to apply
Sorry, something went wrong.
检查一下当前目录下是否有 Chart.yaml 文件呢?
今天文档更新了,上传了一个 云上容器服务安装asm 的视频,师傅你可以参考一下。
No branches or pull requests
为什么需要这个?
现在是
helm template ./xxx
本地目录的方式安装部署。如果可以helm template xxx.com:8080/chart.tgz
,就不用下载本仓库,部署体验更好。The text was updated successfully, but these errors were encountered: