Tenant Repository
Definitions
Tenant Repository is a GitOps term for a repository where one team or tenant owns its application configuration. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Tenant Repository before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Environment BranchGitOps and Release Engineering
Environment Branch is a GitOps term for a branch used to represent or promote a specific environment state. It helps teams, humans, and agents compare declared source state with ru...
- Infrastructure RepositoryGitOps and Release Engineering
Infrastructure Repository is a GitOps term for a repository containing infrastructure definitions and environment state. It helps teams, humans, and agents compare declared source ...
- Monorepo GitOpsGitOps and Release Engineering
Monorepo GitOps is a GitOps term for a GitOps layout where many services or environments live in one repository. It helps teams, humans, and agents compare declared source state wi...
- Platform RepositoryGitOps and Release Engineering
Platform Repository is a GitOps term for a repository that stores shared platform services, policies, and add-ons. It helps teams, humans, and agents compare declared source state ...
- Repo Per EnvironmentGitOps and Release Engineering
Repo Per Environment is a GitOps term for a GitOps layout where each environment has its own repository boundary. It helps teams, humans, and agents compare declared source state w...
- Admission PolicyGitOps and Release Engineering
Admission Policy is a GitOps term for a rule that evaluates resources before they are accepted by the cluster. It helps teams, humans, and agents compare declared source state with...