Skip to content

Commit

Permalink
fix: use the right resource name (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Jan 14, 2024
1 parent d07a5af commit 9215712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/greptimedbstandalone/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (s *StandaloneDeployer) CheckAndUpdateStatus(ctx context.Context, crdObject

objectKey = client.ObjectKey{
Namespace: standalone.Namespace,
Name: standalone.Name,
Name: common.ResourceName(standalone.Name, v1alpha1.StandaloneKind),
}
)

Expand Down

0 comments on commit 9215712

Please sign in to comment.