Skip to content

Commit 1bcb37d

Browse files
committed
Fix lint
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent ad389fa commit 1bcb37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/nemocustomizer_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func (r *NemoCustomizerReconciler) reconcileNemoCustomizer(ctx context.Context,
372372
deploymentParams := NemoCustomizer.GetDeploymentParams()
373373

374374
// Calculate the hash of the config data
375-
configHash := utils.CalculateHash(NemoCustomizer.Spec.CustomizerConfig)
375+
configHash := utils.CalculateSHA256(NemoCustomizer.Spec.CustomizerConfig)
376376
annotations := deploymentParams.Annotations
377377
if annotations == nil {
378378
annotations = make(map[string]string)

0 commit comments

Comments
 (0)