Skip to content

Commit

Permalink
Simplify README.md for source code
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoaraujo authored Oct 3, 2024
1 parent 4d05fa6 commit e02e0e0
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,6 @@

Repository Service for TUF helm charts

> We are looking for contributors to help improving these helm charts.
> We are looking for contributors to help improve these helm charts.
## Usage

[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add rstuf https://repository-service-tuf.github.io/helm-charts

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
rstuf` to see the charts.

To install the rstuf chart:

helm install my-rstuf rstuf/rstuf

To uninstall the chart:

helm delete my-rstuf

### rstuf

This chart deploys a TUF repository service and all the required dependencies.
Check out the `demo-values.yaml` file for an example of how to configure the
chart.

### rstuf-api

Exclusively for the Repository Service for TUF API service.

### rstuf-worker

Exclusively for the Repository Service for TUF Worker service.
This repository is the source code of https://repository-service-tuf.github.io/helm-charts

0 comments on commit e02e0e0

Please sign in to comment.