Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgaunet/helm-gitlab-backup2s3

helm chart to deploy gitlab-backup2s3
https://github.com/sgaunet/helm-gitlab-backup2s3

Last synced: 14 days ago
JSON representation

helm chart to deploy gitlab-backup2s3

Awesome Lists containing this project

README

        

[![GitHub release](https://img.shields.io/github/release/sgaunet/helm-gitlab-backup2s3.svg)](https://github.com/sgaunet/helm-gitlab-backup2s3/releases/latest)
![GitHub Downloads](https://img.shields.io/github/downloads/sgaunet/helm-gitlab-backup2s3/total)

# helm-gitlab-backup2s3

```
helm repo add gitlab-backup2s3 https://sgaunet.github.io/helm-gitlab-backup2s3/
helm repo update
helm search repo gitlab-backup2s3
```

[Here is the documentation to configure the helm chart.](charts/gitlab-backup2s3/README.md)

# Development

This project is using :

* [helm](https://helm.sh/)
* [task for development](https://taskfile.dev/#/)
* [pre-commit](https://pre-commit.com/)

There are hooks executed in the precommit stage. Once the project cloned on your disk, please install pre-commit:

```
brew install pre-commit
```

And install the hooks:

```
task dev:install-pre-commit
```

If you like to launch manually the pre-commmit hook:

```
task dev:pre-commit
```