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.
- Host: GitHub
- URL: https://github.com/krateoplatformops/provider-bitbucket
- Owner: krateoplatformops
- License: apache-2.0
- Created: 2022-05-18T14:47:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T09:46:36.000Z (over 3 years ago)
- Last Synced: 2026-04-04T02:41:14.102Z (3 months ago)
- Topics: crossplane-provider, devops, golang, krateoplatformops, kubernetes
- Language: Go
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <