Skip to content

Commit 3013adb

Browse files
authored
Merge pull request #32015 from damyl4sure/patch-1
updated allowedTopologies values format
2 parents bfdb464 + bf7b94c commit 3013adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ allowedTopologies:
241241
- matchLabelExpressions:
242242
- key: failure-domain.beta.kubernetes.io/zone
243243
values:
244-
- us-central1-a
245-
- us-central1-b
244+
- us-central-1a
245+
- us-central-1b
246246
```
247247

248248
## Parameters

0 commit comments

Comments
 (0)