Skip to content

Commit

Permalink
chore: update sealos cloud cluster image to adapt desktop using yaml …
Browse files Browse the repository at this point in the history
…as config.

Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>
  • Loading branch information
lingdie committed May 13, 2024
1 parent c0e30de commit fedc770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/cloud/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ function sealos_run_desktop {
--env passwordSalt="$saltKey" \
--env regionUID="$localRegionUID" \
--env databaseMongodbURI="${mongodbUri}/sealos-auth?authSource=admin" \
--env databaseLocalCockroachURI="$cockroachdbLocalUri" \
--env databaseGlobalCockroachURI="$cockroachdbGlobalUri"
--env databaseLocalCockroachdbURI="$cockroachdbLocalUri" \
--env databaseGlobalCockroachdbURI="$cockroachdbGlobalUri"
}

function sealos_run_controller {
Expand Down

0 comments on commit fedc770

Please sign in to comment.