Skip to content

Commit

Permalink
fix: default app (#4859)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 authored Jul 8, 2024
1 parent 63ecc33 commit 2505b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/cloud/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ function prepare {
# apply notifications crd
kubectl apply -f manifests/notifications_crd.yaml

# kubectl apply default desktop apps
kubectl apply -f manifests/default_apps.yaml

# gen mongodb uri
gen_mongodbUri

Expand Down Expand Up @@ -194,6 +191,9 @@ function sealos_run_controller {
# run app controller
sealos run tars/app.tar

# kubectl apply default desktop apps
retry_kubectl_apply "manifests/default_apps.yaml"

# run resources monitoring controller
sealos run tars/monitoring.tar \
--env MONGO_URI="$mongodbUri" --env DEFAULT_NAMESPACE="resources-system"
Expand Down

0 comments on commit 2505b97

Please sign in to comment.