Skip to content

Commit

Permalink
change name to admin (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie authored Oct 7, 2023
1 parent 6b58756 commit d5c2a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/licenseissuer/preset/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {

const (
// pre-defined user name and password
defaultUser = "root"
defaultUser = "admin"
defaultPassword = "sealos2023"

// kubernetes default user cr is admin
Expand Down

0 comments on commit d5c2a6e

Please sign in to comment.