Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 801 Bytes

0006-codeowner.md

File metadata and controls

42 lines (29 loc) · 801 Bytes

6. Kubernetes tips

Date: 2022-12-10

Status

Accepted

Context

CODEOWNERS file is used to define individuals or teams that are responsible for code in a repository.

Decision

Example from GitLab

gitlab-codeowner

Structure

- groupCompany
  - project-workspace-1
    - project-1
    - project-2
    - project-3
  - project-workspace-N
    - project-1
    - project-N
  - maintainers
    - frontend
    - backend
    - database
    - etc...

Consequences

  • We can easily add people to teams and teams to projects.
  • We assign teams to projects, not people.