Skip to content

Commit

Permalink
docs: remove helm repo url change note in install steps
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Jan 31, 2022
1 parent 670361d commit 8c41c4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions docs/book/src/getting-started/installation.md
@@ -1,12 +1,5 @@
# Installation

<aside class="note">
<h1>Note</h1>

The helm chart repository URL has changed to `https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts`

</aside>

## Install the Secrets Store CSI Driver

### Prerequisites
Expand Down
15 changes: 0 additions & 15 deletions manifest_staging/charts/secrets-store-csi-driver/README.md
Expand Up @@ -10,21 +10,6 @@ Quick start instructions for the setup and configuration of secrets-store-csi-dr

### Installing the chart

> Note: The helm chart repository URL has changed from `https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts` to `https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts`.
<details>
<summary>Update helm chart repository if using the old URL</summary>

Run the following commands to update your Helm chart repositories if using the old URL:

```bash
helm repo rm secrets-store-csi-driver
helm repo add secrets-store-csi-driver https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
helm repo update
```

</details>

#### Add the chart repo

```bash
Expand Down

0 comments on commit 8c41c4a

Please sign in to comment.