Onboard a New Team
- Create a repository that will consist of environments for the team
- Make sure the zLifecycle github app has access to the new repo
- Add team config yaml (like below) in the
company-config
repo
apiVersion: stable.compuzest.com/v1
kind: Team
metadata:
name: zmart-checkout-team
namespace: zmart-config
spec:
teamName: zmart-checkout-team
configRepo:
source: git@github.com:zmart-tech/zmart-checkout-team-config.git
path: "."
- Once you commit and push the change it will register the team repo with zLifecycle and watch for any updates