Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions controllers/account/deploy/account-controller-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ backup_account_resources() {
backup_account_resources

HELM_SET_ARGS=()
if [ -f "/root/.sealos/cloud/sealos.env" ]; then
source /root/.sealos/cloud/sealos.env
fi

if [ "${ACCOUNT_ENV_AUTO_CONFIG_ENABLED}" = "true" ]; then
SEALOS_CLOUD_DOMAIN=${SEALOS_CLOUD_DOMAIN:-"$(get_cm_value sealos-system sealos-config cloudDomain)"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ cleanup_deployment_env() {
cleanup_deployment_env

HELM_SET_ARGS=()
if [ -f "/root/.sealos/cloud/sealos.env" ]; then
source /root/.sealos/cloud/sealos.env
fi

if [ "${RESOURCES_ENV_AUTO_CONFIG_ENABLED}" = "true" ]; then
varDatabaseMongodbURI=${varDatabaseMongodbURI:-"$(get_cm_value sealos-system sealos-config databaseMongodbURI)"}
Expand Down
Loading