https://github.com/krateoplatformops/provider-github
Krateo PlatformOps Provider Github
https://github.com/krateoplatformops/provider-github
create crossplane-provider github golang kubernetes repository
Last synced: about 2 months ago
JSON representation
Krateo PlatformOps Provider Github
- Host: GitHub
- URL: https://github.com/krateoplatformops/provider-github
- Owner: krateoplatformops
- Created: 2022-05-11T15:32:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T15:19:42.000Z (over 3 years ago)
- Last Synced: 2025-04-08T10:53:49.700Z (about 1 year ago)
- Topics: create, crossplane-provider, github, golang, kubernetes, repository
- Language: Go
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Provider GitHub
## Overview
This is a Kubernetes Operator (Crossplane provider) that creates a GitHub repository.
## 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
Install the below manifest:
```sh
cat <