Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klovercloud-ci-cd/klovercloudcd-operator
Operator for klovercloudCD
https://github.com/klovercloud-ci-cd/klovercloudcd-operator
Last synced: 18 days ago
JSON representation
Operator for klovercloudCD
- Host: GitHub
- URL: https://github.com/klovercloud-ci-cd/klovercloudcd-operator
- Owner: klovercloud-ci-cd
- License: apache-2.0
- Created: 2022-06-29T05:32:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T07:52:53.000Z (over 2 years ago)
- Last Synced: 2024-11-24T01:29:36.323Z (3 months ago)
- Language: Go
- Size: 232 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# klovercloudcd-operator
## Installation#### Clone:
```shell
git clone https://github.com/klovercloud-ci-cd/klovercloudcd-operator -b
```
#### Example:
```shell
git clone https://github.com/klovercloud-ci-cd/klovercloudcd-operator -b v0.0.1-beta
```
#### Install:```sh
make deploy IMG=quay.io/klovercloud/klovercloudcd-operator:
```
#### Example:
```sh
make deploy IMG=quay.io/klovercloud/klovercloudcd-operator:v0.0.1-beta
```
| Releases | Documentations |
|-------------|-----------------------------------|
| [v0.0.1-beta](https://github.com/klovercloud-ci-cd/klovercloudcd-operator/releases/tag/v0.0.1-beta) | [v0.0.1-beta](doc/v0.0.1-beta.md) |#### Delete operator:
```shell
make undeploy
```