将github头盔图表转换为标准的kubernetes表现出来?
有此舵图( https://github.com/cdwv/bitwarden-k8s )我想转换为标准的kubernetes表现出来。
当尝试使用Helm Template
时,我获得的似乎不是GZPICPECT档案。获得了“应用程序/八位字节”
我可以实现的其他方法吗?
There is this HELM chart (https://github.com/cdwv/bitwarden-k8s) that I would like to convert to standard Kubernetes manifests.
When trying to use helm template
I get does not appear to be a gzipped archive; got 'application/octet-stream'
Any other way I can achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望您喜欢您的Kubernetes之旅!
第一个问题,您的头盔图表是否被gziped/tarballed?它是私人github存储库吗?
您可以查看此帖子以解决您的PB: helm thros”似乎是gz theckive'
将您的头盔图表示为?
我的意思是,当您下载并解压缩图表时,您只需在有值和模板的目录中CD即可进行CD,然后输入:
您将完成使用值的k8s文件。
等待您的答案。
Bguess。
I hope you are enjoying your Kubernetes journey !
First question, is your helm chart gziped/tarballed and Have you been able to download your chart and you unzip/untar it? Is it a private github repo?
You can check this post for maybe solving your pb: Use git as helm repo throws "does not appear to be a gzipped archive; got 'text/html; charset=utf-8'"
Which command do you use to templatize your helm chart?
I mean, when you have downloaded and unzipped your chart, you can just cd in the directory where there is the values and templates and type:
and you'll get your k8s files completed with the values.
Waiting for your answer.
bguess.