File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
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
3
3
description : This article explains how to use Azure Key Vault Provider for Secrets Store CSI Driver on Azure Red Hat OpenShift.
4
4
author : johnmarco
5
5
ms.author : johnmarc
@@ -68,7 +68,7 @@ export AZ_TENANT_ID=$(az account show -o tsv --query tenantId)
68
68
```
69
69
helm install -n k8s-secrets-store-csi csi-secrets-store \
70
70
secrets-store-csi-driver/secrets-store-csi-driver \
71
- --version v1.0 .1 \
71
+ --version v1.3 .1 \
72
72
--set "linux.providersDir=/var/run/secrets-store-csi-providers"
73
73
```
74
74
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)
111
111
csi-secrets-store-provider-azure/csi-secrets-store-provider-azure \
112
112
--set linux.privileged=true --set secrets-store-csi-driver.install=false \
113
113
--set "linux.providersDir=/var/run/secrets-store-csi-providers" \
114
- --version=v1.0 .1
114
+ --version=v1.4 .1
115
115
```
116
116
117
117
1. Set SecurityContextConstraints to allow the CSI driver to run:
@@ -295,11 +295,12 @@ Uninstall the Key Vault Provider and the CSI Driver.
295
295
296
296
```
297
297
helm uninstall -n k8s-secrets-store-csi csi-secrets-store
298
+ oc delete project k8s-secrets-store-csi
298
299
```
299
300
300
301
1. Delete the SecurityContextConstraints:
301
302
302
303
```
303
304
oc adm policy remove-scc-from-user privileged \
304
305
system:serviceaccount:k8s-secrets-store-csi:secrets-store-csi-driver
305
- ```
306
+ ```
You can’t perform that action at this time.
0 commit comments