Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla committed Feb 4, 2025
1 parent 6f35f82 commit c67e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/nemocustomizer_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func (r *NemoCustomizerReconciler) reconcileNemoCustomizer(ctx context.Context,
deploymentParams := NemoCustomizer.GetDeploymentParams()

// Calculate the hash of the config data
configHash := utils.CalculateHash(NemoCustomizer.Spec.CustomizerConfig)
configHash := utils.CalculateSHA256(NemoCustomizer.Spec.CustomizerConfig)
annotations := deploymentParams.Annotations
if annotations == nil {
annotations = make(map[string]string)
Expand Down

0 comments on commit c67e045

Please sign in to comment.