Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lubronzhan committed Feb 5, 2025
1 parent b6c6a25 commit 99364bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/akodeploymentconfig/user/user_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package user

import (
"context"
"fmt"

"github.com/go-logr/logr"
"github.com/pkg/errors"
Expand Down Expand Up @@ -302,6 +303,9 @@ func (r *AkoUserReconciler) createOrUpdateAviUser(aviUsername, aviPassword, tena
// Update the password when user found, this is needed when the AVI user was
// created before the mc Secret. And this operation will sync
// the User's password to be the same as mc Secret's
fmt.Println("Updating the AVI User's password")
fmt.Println("avi user is nil????")
fmt.Println(aviUser)
aviUser.Password = &aviPassword
return r.aviClient.UserUpdate(aviUser)
}
Expand Down

0 comments on commit 99364bd

Please sign in to comment.