Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 Jenkins 管道中创建掌舵图。
据我了解,helmfile 可以更轻松地跨环境部署 helm 图表,但它无助于创建 helm 图表。
我看过chartify。看起来它不再维护了。
move2kube 似乎是基于提示的系统。我找不到生成舵图的论据。
有没有人以其他方式实现这一目标?
有两种选择move2kube(使用 0.2.0 alpha 版本或最新版本),--setconfig和--config. 对您来说最简单的是手动运行该步骤一次,然后将m2kconfig.yaml文件复制到输出文件夹中,并将其放在文件系统中,并--config m2kconfig.yaml在执行期间提供该文件。也加--qaskip。
move2kube
--setconfig
--config
m2kconfig.yaml
--config m2kconfig.yaml
--qaskip