Skip to content

Commit

Permalink
[helm-docs] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent 7e9b9a4 commit e46533e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/hive-metastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ This chart bootstraps a [Hive Metastore](https://cwiki.apache.org/confluence/dis
To install the chart with the release name `my-release`:

```shell
$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 0.1.0
$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 3.1.3-1.0.0
```

This will create a release of `my-release` in the default namespace. To install in a different namespace:

```shell
$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 0.1.0 \
$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 3.1.3-1.0.0 \
--namespace hive-metastore
```

Expand All @@ -62,7 +62,7 @@ The command removes all the Kubernetes components associated with the chart and
To download the chart locally, use the following command:

```shell
$ helm pull oci://quay.io/okdp/charts/hive-metastore --version 0.1.0
$ helm pull oci://quay.io/okdp/charts/hive-metastore --version 3.1.3-1.0.0
```

## Values
Expand Down

0 comments on commit e46533e

Please sign in to comment.