Skip to content

Onboard a New Team

  1. Copy the SSH url to your cloudknit-config repo SSH URL
  2. In your cloudknit-config repo create a teams directory
  3. In the teams directory create the following yaml file. Name it [[team-name]].yaml:
    apiVersion: stable.cloudknit.io/v1
    kind: Team
    metadata:
      name: [[teamname]]
      namespace: [[companyname]]-config
    spec:
      teamName: [[teamname]]
      configRepo:
        # Paste the SSH git URL
        source: [[git@github.com:org/repo.git]]
        path: "."
    
  4. Once you commit and push the change it will register the team repo with CloudKnit and watch for any updates
  5. The cloudknit-config repo should resemble:
    root
    |   README.md
    |___teams
    |   |   team-name.yaml