ppsite / cc-gitops

gitops with cookiecutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简介

通过 cookiecutter 生成 kustomize 配置清单

选项说明

# project_name
项目名称, 如需分割, 建议使用中横线, 避免使用下划线

# project_desc
项目描述,用在配置清单说明中

# registry
私有化镜像仓库,以 / 结尾

# workspace
kubesphere 中 "企业空间" 的概念

# namespace
kubernetes 中 "命名空间" 的概念

# use_celery
django 项目启用 celery, 如未启用, 则删除 celery 相关配置清单

测试

# 测试
$ make test

# 删除测试数据
$ make clean

img.png

使用在线仓库

# brew install cookiecutter

$ cookiecutter git@github.com:pyfs/cc-gitops.git

About

gitops with cookiecutter


Languages

Language:Python 97.5%Language:Makefile 2.5%