Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-driver-provider-azure/charts`

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Feb 1, 2022
1 parent 655f807 commit b170604
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 12 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,3 @@ promote-staging-manifest: #promote staging manifests to release dir
@cp -r manifest_staging/deployment .
@rm -rf charts/csi-secrets-store-provider-azure
@cp -r manifest_staging/charts/csi-secrets-store-provider-azure ./charts
@mkdir -p ./charts/tmp
@helm package ./charts/csi-secrets-store-provider-azure -d ./charts/tmp/
@helm repo index ./charts/tmp --url https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts --merge ./charts/index.yaml
@mv ./charts/tmp/* ./charts
@rm -rf ./charts/tmp
16 changes: 15 additions & 1 deletion charts/csi-secrets-store-provider-azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,23 @@ Azure Key Vault provider for Secrets Store CSI driver allows you to get secret c
| `0.2.1` | `0.3.0` | `0.2.0` |
| `1.0.0-rc.0` | `1.0.0-rc.0` | `1.0.0-rc.0` |
| `1.0.0` | `1.0.0` | `1.0.0` |
| `1.0.1` | `1.0.1` | `1.0.1` |

## Installation

> Note: The helm chart repository URL has changed from `https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts` to `https://azure.github.io/secrets-store-csi-driver-provider-azure/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 add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts --force-update
helm repo update
```

</details>

Quick start instructions for the setup and configuration of secrets-store-csi-driver and azure keyvault provider using Helm.

### Prerequisites
Expand All @@ -41,7 +55,7 @@ Quick start instructions for the setup and configuration of secrets-store-csi-dr
- This chart installs the [secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver) and the azure keyvault provider for the driver

```shell
helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi-secrets-store-provider-azure/csi-secrets-store-provider-azure --generate-name
```

Expand Down
2 changes: 1 addition & 1 deletion examples/kind/kind-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CLIENT_SECRET=$2
kind create cluster --name kind-csi-demo

# install csi-secrets-store-provider-azure
helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi-secrets-store-provider-azure/csi-secrets-store-provider-azure --generate-name

# create secret in k8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,23 @@ Azure Key Vault provider for Secrets Store CSI driver allows you to get secret c
| `0.2.1` | `0.3.0` | `0.2.0` |
| `1.0.0-rc.0` | `1.0.0-rc.0` | `1.0.0-rc.0` |
| `1.0.0` | `1.0.0` | `1.0.0` |
| `1.0.1` | `1.0.1` | `1.0.1` |

## Installation

> Note: The helm chart repository URL has changed from `https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts` to `https://azure.github.io/secrets-store-csi-driver-provider-azure/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 add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts --force-update
helm repo update
```

</details>

Quick start instructions for the setup and configuration of secrets-store-csi-driver and azure keyvault provider using Helm.

### Prerequisites
Expand All @@ -41,7 +55,7 @@ Quick start instructions for the setup and configuration of secrets-store-csi-dr
- This chart installs the [secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver) and the azure keyvault provider for the driver

```shell
helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi-secrets-store-provider-azure/csi-secrets-store-provider-azure --generate-name
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/configurations/deploy-in-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: >
1. Install the Azure Keyvault provider for Secrets Store CSI Driver on Azure RedHat OpenShift run:

```bash
helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi csi-secrets-store-provider-azure/csi-secrets-store-provider-azure --set linux.privileged=true
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/configurations/ingress-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ az keyvault certificate import --vault-name $AKV_NAME -n $CERT_NAME -f $CERT_NAM
Deploy the Azure Key Vault Provider and Secrets Store CSI Driver components:

```bash
helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi csi-secrets-store-provider-azure/csi-secrets-store-provider-azure --set secrets-store-csi-driver.syncSecret.enabled=true
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/demos/standard-walkthrough/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export KEYVAULT_NAME=secret-store-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold
Deploy the Azure Key Vault Provider and Secrets Store CSI Driver components:

```bash
helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi csi-secrets-store-provider-azure/csi-secrets-store-provider-azure
```

Expand Down
8 changes: 7 additions & 1 deletion website/content/en/getting-started/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ description: >

### Install the Secrets Store CSI Driver and the Azure Keyvault Provider

{{% alert title="Note" color="info" %}}

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

{{% /alert %}}

#### Prerequisites

Recommended Kubernetes version:
Expand All @@ -25,7 +31,7 @@ Azure Key Vault Provider for Secrets Store CSI Driver allows users to customize
> Recommended to use Helm3
```bash
helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi csi-secrets-store-provider-azure/csi-secrets-store-provider-azure
```

Expand Down

0 comments on commit b170604

Please sign in to comment.