Skip to content

Commit

Permalink
Merge pull request #145 from adelton/gitea-optional
Browse files Browse the repository at this point in the history
Clarify that Gitea is optional.
  • Loading branch information
adelton committed Oct 13, 2023
2 parents dcc33bb + faf98ae commit 442fe58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ See [pipelines/README.md](pipelines/README.md)
* Edit contents of [thanos-secret](acm/odh-core/acm-observability/secrets/thanos.yaml) file.

### Gitea in cluster git server for GitOps workflow
We are relying on the [gitea-operator](https://github.com/rhpds/gitea-operator) to manage the Gitea server installation in the cluster. This will simplify the setup of Gitea so that we can create a minimal [Gitea](https://github.com/rhpds/gitea-operator#migrating-repositories-for-created-users) CR to configure and install the Gitea server. The gitea-operator will be installed on the `odh-core` cluster as part of the ACM application rollout.

You can use your own git server instead of GitHub.
For example, the [gitea-operator](https://github.com/rhpds/gitea-operator) can be used to manage the Gitea server installation in the cluster. It will simplify the setup so that you can create a minimal [Gitea](https://github.com/rhpds/gitea-operator#migrating-repositories-for-created-users) CR to configure and install the Gitea server.

1. Wait for the gitea-operator installation to complete and the `gitea.pfe-rhpds.com` CRD is available on the `odh-core` cluster
```
Expand Down

0 comments on commit 442fe58

Please sign in to comment.