Skip to content

Commit 99364bd

Browse files
committed
Test
1 parent b6c6a25 commit 99364bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

controllers/akodeploymentconfig/user/user_controller.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package user
55

66
import (
77
"context"
8+
"fmt"
89

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

0 commit comments

Comments
 (0)