Skip to content

Commit 987081b

Browse files
authored
Merge pull request #104349 from seilorjunior/patch-2
secrets-store.csi.x-k8s.io/v1alpha1 is deprecated.
2 parents 30a3240 + 2b5e15d commit 987081b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export AZ_TENANT_ID=$(az account show -o tsv --query tenantId)
180180
181181
```
182182
cat <<EOF | kubectl apply -f -
183-
apiVersion: secrets-store.csi.x-k8s.io/v1alpha1
183+
apiVersion: secrets-store.csi.x-k8s.io/v1
184184
kind: SecretProviderClass
185185
metadata:
186186
name: azure-kvname

0 commit comments

Comments
 (0)