Skip to content

Commit

Permalink
[vault-unseal] Add README.md
Browse files Browse the repository at this point in the history
Signed-off-by: babykart <[email protected]>
  • Loading branch information
babykart committed Aug 11, 2024
1 parent 8795edf commit f8e2715
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# vault-unseal

[![License](https://img.shields.io/badge/License-MIT-blue)](https://opensource.org/licenses/MIT)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/vault-unseal)](https://artifacthub.io/packages/search?repo=vault-unseal)

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

```sh
helm repo add vault-unseal https://babykart.github.io/vault-unseal
```

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
vault-unseal` to see the charts.

To install the vault-unseal chart:

```sh
helm upgrade --install vault-unseal vault-unseal/vault-unseal
```

Using an OCI-based registry:

```sh
helm upgrade --install oci://ghcr.io/babykart/helm-charts/vault-unseal --version <version>
```

To uninstall the chart:

```sh
helm delete vault-unseal
```

0 comments on commit f8e2715

Please sign in to comment.