Skip to content

Commit

Permalink
Update topology in E2E to topology.kubernetes.io/zone
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Jul 19, 2024
1 parent dcbdd24 commit 959ede9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/driver/ebs_csi_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ func (d *ebsCSIDriver) GetDynamicProvisionStorageClass(parameters map[string]str
{
MatchLabelExpressions: []v1.TopologySelectorLabelRequirement{
{
// TODO we should use the new topology key eventually
Key: ebscsidriver.ZoneTopologyKey,
Key: ebscsidriver.WellKnownZoneTopologyKey,
Values: allowedTopologyValues,
},
},
Expand Down

0 comments on commit 959ede9

Please sign in to comment.