Skip to content

Commit

Permalink
Add .vscode in .gitignore and fix some typo found in DEPLOYMENT.md
Browse files Browse the repository at this point in the history
Signed-off-by: yuzhipeng <[email protected]>
  • Loading branch information
yuzp1996 authored and tekton-robot committed Sep 10, 2024
1 parent 98bcade commit 05f2c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# IntelliJ IDE specific
.idea
.vscode
4 changes: 2 additions & 2 deletions docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Make sure all images are public before creating deployments.

Now, we have all images pushed to registry. Lets deploy the database first.

Navigate to `config` directoy in the root of the project.
Navigate to `config` directory in the root of the project.

Execute below command

Expand Down Expand Up @@ -440,7 +440,7 @@ Update your GitHub OAuth created with the UI route in place of `Homepage URL` an
## Update Catalog and Catalog Refresh
If you have added and modified catalog in the config file , then you will have to folllow following steps to see resources from catalog on Hub UI
If you have added and modified catalog in the config file , then you will have to follow following steps to see resources from catalog on Hub UI
1. Login through the Hub UI. Click on Login on right corner and then Sign in with GitHub/Github Enterprise.
2. Copy the Hub Token by clicking on the user profile which is at the right corner on the Home Page
Expand Down

0 comments on commit 05f2c1a

Please sign in to comment.