We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d205b commit 2194eabCopy full SHA for 2194eab
docs/workload-identity-static-pv-mount.md
@@ -65,7 +65,7 @@ az identity federated-credential create --name $FEDERATED_IDENTITY_NAME \
65
--issuer $AKS_OIDC_ISSUER \
66
--subject system:serviceaccount:${SERVICE_ACCOUNT_NAMESPACE}:${SERVICE_ACCOUNT_NAME}
67
```
68
-## option#1: dynamic provisoning with storage class
+## option#1: dynamic provisioning with storage class
69
70
cat <<EOF | kubectl apply -f -
71
apiVersion: storage.k8s.io/v1
0 commit comments