File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ const (
25
25
StorageGeneration = "ydb.tech/storage-generation"
26
26
DatabaseGeneration = "ydb.tech/database-generation"
27
27
28
- StorageComponent = "storage-node"
29
- DynamicComponent = "dynamic-node"
30
- InitComponent = "init-command "
28
+ StorageComponent = "storage-node"
29
+ DynamicComponent = "dynamic-node"
30
+ BlobstorageInitComponent = "blobstorage-init "
31
31
32
32
GRPCComponent = "grpc"
33
33
InterconnectComponent = "interconnect"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func (b *StorageClusterBuilder) NewInitJobLabels() labels.Labels {
55
55
if b .Spec .InitJob != nil {
56
56
l .Merge (b .Spec .InitJob .AdditionalLabels )
57
57
}
58
- l .Merge (map [string ]string {labels .ComponentKey : labels .InitComponent })
58
+ l .Merge (map [string ]string {labels .ComponentKey : labels .BlobstorageInitComponent })
59
59
60
60
return l
61
61
}
You can’t perform that action at this time.
0 commit comments