https://github.com/krateoplatformops/provider-git
https://github.com/krateoplatformops/provider-git
cloning crossplane-provider git golang repositories
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krateoplatformops/provider-git
- Owner: krateoplatformops
- License: apache-2.0
- Created: 2022-04-12T14:18:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T14:27:08.000Z (over 3 years ago)
- Last Synced: 2025-06-01T02:37:23.892Z (about 1 year ago)
- Topics: cloning, crossplane-provider, git, golang, repositories
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Provider Git
## Overview
This is a Kubernetes Operator (Crossplane provider) that clones one remote git repository over another one.
The provider that is built from the source code in this repository adds the following new functionality:
- a Custom Resource Definition (CRD) that model git repositories remote clones
## Getting Started
With Crossplane installed in your cluster:
```sh
$ helm repo add crossplane-stable https://charts.crossplane.io/stable
$ helm repo update
$ helm install crossplane --namespace crossplane-system crossplane-stable/crossplane
```
### Install this provider
Before installing the below manifest:
- [replace `VERSION` with latest or your preferred provider version](https://github.com/krateoplatformops/provider-git/tree/main/examples/provider.yaml)
```sh
$ kubectl apply -f ./examples/provider.yaml
```
### Configure the `Repo` CRD instance
You can found example manifest files here:
- provider config [config.yaml](https://github.com/krateoplatformops/provider-git/tree/main/examples/config.yaml)
- crd instance [example.yaml](https://github.com/krateoplatformops/provider-git/tree/main/examples/example.yaml)