This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replacing prod with baseline flow name (#40)
* replacing prod with baseline flow name * adding extra commit
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ Follow these steps to explore the Kardinal Playground. | |
2. 🛍️ Explore the main online boutique deployment: | ||
|
||
```bash | ||
kardinal gateway prod | ||
kardinal gateway baseline | ||
``` | ||
|
||
This command forwards the main demo application port from within Codespaces to a URL you can access | ||
|
@@ -150,7 +150,7 @@ If you encounter any issues with port forwarding or nginx, you can reset it by r | |
|
||
```bash | ||
# make sure all pods are running and 2/2 | ||
kubectl get pods -n prod | ||
kubectl get pods -n baseline | ||
kardinal gateway <flow-id> | ||
``` | ||
|
||
|
@@ -174,4 +174,5 @@ We are working with a small but selective set of initial users, join the beta [h | |
|
||
If you run into any issues with this playground please create an issue here or email us at `[email protected]`. | ||
|
||
If you are encountering any issue with the port forwards or nginx, simply use `kardinal gateway prod` to reset the setup. | ||
If you are encountering any issue with the port forwards or nginx, simply use `kardinal gateway baseline` to reset the setup. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters