Skip to content

Commit a3a1bc4

Browse files
authored
update the version of csi driver
1 parent ae0f2ea commit a3a1bc4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/openshift/howto-use-key-vault-secrets.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Azure Key Vault Provider for Secrets Store CSI Driver on Azure Red Hat OpenShift
2+
title: Use Azure Key Vault Provider for Secrets Store CSI Driver on Azure Red Hat OpenShift a
33
description: This article explains how to use Azure Key Vault Provider for Secrets Store CSI Driver on Azure Red Hat OpenShift.
44
author: johnmarco
55
ms.author: johnmarc
@@ -68,7 +68,7 @@ export AZ_TENANT_ID=$(az account show -o tsv --query tenantId)
6868
```
6969
helm install -n k8s-secrets-store-csi csi-secrets-store \
7070
secrets-store-csi-driver/secrets-store-csi-driver \
71-
--version v1.0.1 \
71+
--version v1.3.1 \
7272
--set "linux.providersDir=/var/run/secrets-store-csi-providers"
7373
```
7474
Optionally, you can enable autorotation of secrets by adding the following parameters to the command above:
@@ -111,7 +111,7 @@ export AZ_TENANT_ID=$(az account show -o tsv --query tenantId)
111111
csi-secrets-store-provider-azure/csi-secrets-store-provider-azure \
112112
--set linux.privileged=true --set secrets-store-csi-driver.install=false \
113113
--set "linux.providersDir=/var/run/secrets-store-csi-providers" \
114-
--version=v1.0.1
114+
--version=v1.4.1
115115
```
116116
117117
1. Set SecurityContextConstraints to allow the CSI driver to run:
@@ -295,11 +295,12 @@ Uninstall the Key Vault Provider and the CSI Driver.
295295
296296
```
297297
helm uninstall -n k8s-secrets-store-csi csi-secrets-store
298+
oc delete project k8s-secrets-store-csi
298299
```
299300
300301
1. Delete the SecurityContextConstraints:
301302
302303
```
303304
oc adm policy remove-scc-from-user privileged \
304305
system:serviceaccount:k8s-secrets-store-csi:secrets-store-csi-driver
305-
```
306+
```

0 commit comments

Comments
 (0)