Skip to content

Commit

Permalink
docs: Fix typo in volume topology zone match label
Browse files Browse the repository at this point in the history
  • Loading branch information
guikcd committed Oct 4, 2024
1 parent 1f52666 commit f72c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ allowedTopologies:
- matchLabelExpressions:
- key: topology.kubernetes.io/zone
values:
- us-east-1
- us-east-1a
```

Additionally, statically provisioned volumes can be restricted to pods in the appropriate Availability Zone, see the [static provisioning example](../examples/kubernetes/static-provisioning/).

0 comments on commit f72c243

Please sign in to comment.