Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Sep 9, 2024
1 parent f0d6aa4 commit d73b060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/weightsandbiases_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (r *WeightsAndBiasesReconciler) Reconcile(ctx context.Context, req ctrl.Req
specManager.SetUserInput(userInputSpec)
}

releaseID := ""
var releaseID string
if userInputSpec != nil {
if releaseIDValue, ok := userInputSpec.Values["_releaseId"].(string); ok {
releaseID = releaseIDValue
Expand Down

0 comments on commit d73b060

Please sign in to comment.