From 8c41c4a12216c145c9b16c5501e18bd553ed9a2c Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Mon, 31 Jan 2022 22:05:32 +0000 Subject: [PATCH] docs: remove helm repo url change note in install steps Signed-off-by: Anish Ramasekar --- docs/book/src/getting-started/installation.md | 7 ------- .../charts/secrets-store-csi-driver/README.md | 15 --------------- 2 files changed, 22 deletions(-) diff --git a/docs/book/src/getting-started/installation.md b/docs/book/src/getting-started/installation.md index bef497983..e71d7ebe6 100644 --- a/docs/book/src/getting-started/installation.md +++ b/docs/book/src/getting-started/installation.md @@ -1,12 +1,5 @@ # Installation - - ## Install the Secrets Store CSI Driver ### Prerequisites diff --git a/manifest_staging/charts/secrets-store-csi-driver/README.md b/manifest_staging/charts/secrets-store-csi-driver/README.md index 08070fcff..dd1059e1a 100644 --- a/manifest_staging/charts/secrets-store-csi-driver/README.md +++ b/manifest_staging/charts/secrets-store-csi-driver/README.md @@ -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`. - -
-Update helm chart repository if using the old URL - -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 -``` - -
- #### Add the chart repo ```bash