Skip to content

Commit

Permalink
fix make lint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei committed Jun 27, 2024
1 parent 1125ae7 commit df9743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/factory/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func BuildPersistentVolumeClaimLabels(component *component.SynthesizedComponent,
}
}
if templateName != "" {
pvc.Labels[constant.KBAppComponentInstanceTemplateLabelKey] = templateName
pvc.Labels[constant.KBAppComponentInstanceTemplatelabelKey] = templateName
}
}

Expand Down

0 comments on commit df9743d

Please sign in to comment.