gitops-with-kustomize:使用Kustomize的GitOps的示例回购结构

时间:2024-04-08 19:26:23
【文件属性】:

文件名称:gitops-with-kustomize:使用Kustomize的GitOps的示例回购结构

文件大小:21KB

文件格式:ZIP

更新时间:2024-04-08 19:26:23

Shell

GitOps(使用Kustomize) GitOps的示例回购结构如下: 目录结构 kustomize ├── base # base kustomizations │  ├── cluster # logical grouping of resources ├── dev # Directory per env which pulls from base and extends/overrides helmreleases 在kustomize目录中按环境组织资源。 先决条件 前提条件列表可以在找到。 设置 要将其配置为与您的存储库一起使用,请先阅读的步骤。 使用make cluster创建make cluster 使用make install-flux安装和 按照提示操作后,flux将


【文件预览】:
gitops-with-kustomize-master
----bin()
--------deprek8s-check(300B)
--------check-duplicate-release-name(515B)
--------kubeval-each-environment(411B)
--------kubeval-helmreleases-for-environment(708B)
----docs()
--------kustomize-setup.md(2KB)
--------pre-reqs.md(595B)
--------ci.md(3KB)
--------automated-image-upgrades.md(1KB)
--------configuration.md(517B)
----kustomize()
--------base()
--------.flux.yaml(101B)
--------dev()
----.github()
--------workflows()
----ci()
--------kustomization-with-flux-patch-template.yaml(148B)
--------kustomization-without-flux-patch-template.yaml(92B)
----.gitignore(25B)
----.circleci()
--------config.yml(1KB)
----Makefile(1KB)
----README.md(1KB)
----scripts()
--------flux-init.sh(2KB)

网友评论