Skip to content

Commit 2194eab

Browse files
authored
Update workload-identity-static-pv-mount.md
1 parent a0d205b commit 2194eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workload-identity-static-pv-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ az identity federated-credential create --name $FEDERATED_IDENTITY_NAME \
6565
--issuer $AKS_OIDC_ISSUER \
6666
--subject system:serviceaccount:${SERVICE_ACCOUNT_NAMESPACE}:${SERVICE_ACCOUNT_NAME}
6767
```
68-
## option#1: dynamic provisoning with storage class
68+
## option#1: dynamic provisioning with storage class
6969
```
7070
cat <<EOF | kubectl apply -f -
7171
apiVersion: storage.k8s.io/v1

0 commit comments

Comments
 (0)