Skip to content

Commit

Permalink
sync: update external libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kononovn authored and github-actions[bot] committed Feb 4, 2025
1 parent 682af7c commit 7da6dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/schemes/ocs/operatorv1/topologymap.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ func (m *NodeTopologyMap) GetKeyValues(topologyKey string) (string, []string) {

// Supported failure domain labels
supportedLabels := map[string]string{
"rack": "topology.rook.io/rack",
"hostname": corev1.LabelHostname,
"zone": corev1.LabelZoneFailureDomainStable,
"rack": "topology.rook.io/rack",
"host": corev1.LabelHostname,
"zone": corev1.LabelZoneFailureDomainStable,
}

// Get the specific label based on the topologyKey
Expand Down

0 comments on commit 7da6dcf

Please sign in to comment.