Skip to content

Commit c01a616

Browse files
committed
fixed hanging references to ID name in YAML
1 parent 1a51224 commit c01a616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/csi-secrets-store-identity-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Azure Active Directory (Azure AD) pod-managed identities use AKS primitives to a
168168
kubectl apply -f secretproviderclass.yaml
169169
```
170170
171-
1. Create a pod by using the following YAML, using the name of your identity:
171+
1. Create a pod by using the following YAML:
172172
173173
```yml
174174
# This is a sample pod definition for using SecretProviderClass and the user-assigned identity to access your key vault
@@ -270,7 +270,7 @@ Azure Active Directory (Azure AD) pod-managed identities use AKS primitives to a
270270
kubectl apply -f secretproviderclass.yaml
271271
```
272272
273-
1. Create a pod by using the following YAML, using the name of your identity:
273+
1. Create a pod by using the following YAML:
274274
275275
```yml
276276
# This is a sample pod definition for using SecretProviderClass and system-assigned identity to access your key vault

0 commit comments

Comments
 (0)