Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed May 15, 2024
1 parent 366649f commit 91c0f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fi

## envs - global
EXTERNAL_HTTP_SCHEMA=${EXTERNAL_HTTP_SCHEMA:-https}
INTERNAL_HTTP_SCHEMA=${INTERNAL_HTTP_SCHEMA:-http}

NAMESPACE=${NAMESPACE:-laf-system}
PASSWD_OR_SECRET=$(tr -cd 'a-z0-9' </dev/urandom | head -c32)
Expand Down Expand Up @@ -51,7 +50,7 @@ MINIO_ROOT_ACCESS_KEY=minio-root-user
MINIO_ROOT_SECRET_KEY=$PASSWD_OR_SECRET
MINIO_DOMAIN=oss.${DOMAIN}
MINIO_EXTERNAL_ENDPOINT="${EXTERNAL_HTTP_SCHEMA}://${MINIO_DOMAIN}"
MINIO_INTERNAL_ENDPOINT="${INTERNAL_HTTP_SCHEMA}://minio.${NAMESPACE}.svc.cluster.local:9000"
MINIO_INTERNAL_ENDPOINT="http://minio.${NAMESPACE}.svc.cluster.local:9000"

helm install minio -n ${NAMESPACE} \
--set rootUser=${MINIO_ROOT_ACCESS_KEY} \
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/other/sealaf-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Sealos 不同可用区 Sealaf 对应的 api 地址如下:
APPID="" # laf 上的 appid
mkdir $APPID && cd $APPID

laf user swicth laf
laf user switch laf
laf app init $APPID

# 拉取云存储、环境变量、依赖
Expand All @@ -81,7 +81,7 @@ rm .app.yaml
### 4. 推送数据到新应用
```bash
NEW_APPID=""
laf user swicth sealaf-hzh
laf user switch sealaf-hzh

laf app init $NEW_APPID

Expand Down

0 comments on commit 91c0f79

Please sign in to comment.