An open API service indexing awesome lists of open source software.

https://github.com/krateoplatformops/provider-bitbucket

Krateo PlatformOps (Crossplane provider) that creates a Bitbucket repository.
https://github.com/krateoplatformops/provider-bitbucket

crossplane-provider devops golang krateoplatformops kubernetes

Last synced: 2 months ago
JSON representation

Krateo PlatformOps (Crossplane provider) that creates a Bitbucket repository.

Awesome Lists containing this project

README

          

# Provider Bitbucket

## Overview

This is a Kubernetes Operator (Crossplane provider) that:

- create and delete Bitbucket repositories
- manage Bitbucket user permissions

## 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 <