Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 692 Bytes

gitea-resource-operator

This is a Metacontroller to reconcile various resources in Gitea and Forgejo.

It implements these resources using the API:

  • Application
  • Organiziation
  • User
  • Token
  • Repository

Installation

Prerequisites

Install

Use make deploy to deploy to your current cluster context. This will run a kubectl apply on release.yaml.

Usage

See examples/ on how to use the CRDs.