Skip to content

Commit

Permalink
added clusterUUID as label to newly created disks
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoDenys committed Apr 23, 2024
1 parent 47c68fa commit 0bb4229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (d *Driver) CreateVolume(ctx context.Context, req *csi.CreateVolumeRequest)
FolderId: d.folderID,
Name: volumeName,
Description: createdByYandex,
Labels: map[string]string{"clusterUUID": d.clusterName},
Labels: map[string]string{"cluster_uuid": d.clusterName},
TypeId: typeID,
ZoneId: zone,
Size: size,
Expand Down

0 comments on commit 0bb4229

Please sign in to comment.