Unverified Commit 403344e5 authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

refactor: refactor dynamo deploy subfolder (#927)

parent 99cd9d85
...@@ -98,7 +98,7 @@ export DYNAMO_INGRESS_SUFFIX=dynamo-cloud.com # change this to whatever you want ...@@ -98,7 +98,7 @@ export DYNAMO_INGRESS_SUFFIX=dynamo-cloud.com # change this to whatever you want
2. [One-time Action] Create a new kubernetes namespace and set it as your default. Create image pull secrets if needed. 2. [One-time Action] Create a new kubernetes namespace and set it as your default. Create image pull secrets if needed.
```bash ```bash
cd $PROJECT_ROOT/deploy/dynamo/helm cd $PROJECT_ROOT/deploy/cloud/helm
kubectl create namespace $NAMESPACE kubectl create namespace $NAMESPACE
kubectl config set-context --current --namespace=$NAMESPACE kubectl config set-context --current --namespace=$NAMESPACE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment