Skip to content

Commit

Permalink
Document decision to forgo repo creation (#459)
Browse files Browse the repository at this point in the history
* Document decision to forgo repo creation
  • Loading branch information
Mark Emeis committed Jul 12, 2021
1 parent 42a658e commit 8815bcc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/adr/0004-no-repo-creation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 4. No repo creation

Date: 2021-07-06

## Status

Proposed

## Context

In the initial pre-alpha version of weave-gitops and WKP, we created git repositories for the end-user. However, we have encountered several environments where customers don't permit developers, application or platform SREs to create repositories in the customer's organization. While repo creation is a convenient feature, we've decided the effort and support required are better focused elsewhere in the application.

## Decision

Weave gitops will require the user to have created the git repository on their Git server before running commands which need us to push changes to that repository.

## Consequences

The automated tests will set up repositories before executing weave-gitops operations against those repositories.

0 comments on commit 8815bcc

Please sign in to comment.