Skip to content

Commit

Permalink
feat: fix license deploy in aio cluster image (#3684)
Browse files Browse the repository at this point in the history
* add preset-admin user

* sync init root user with fronted

* add notification cleaner runnable

* reformat for datasync and collect

* fix some bugs

* modify some codes

* fix bugs of pkg/notification

* fix conflict

* uncomment the registry
  • Loading branch information
yxxchange committed Aug 15, 2023
1 parent 570ae90 commit f03f37a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/cloud/scripts/init.sh
Expand Up @@ -109,7 +109,9 @@ function sealos_run_controller {
# run licenseissuer controller
sealos run tars/licenseissuer.tar \
--env canConnectToExternalNetwork="true" \
--env enableMonitor="true"
--env enableMonitor="true" \
--env MongoURI="$mongodbUri" \
--env PasswordSalt="$saltKey"
}

function sealos_run_frontend {
Expand Down

0 comments on commit f03f37a

Please sign in to comment.