-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description This PR includes the following proposed change(s): - spdbt-2066: deploy test env with helm chart. --------- Co-authored-by: Yossi T <[email protected]>
- Loading branch information
1 parent
4a59614
commit 0698527
Showing
2 changed files
with
37 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Environment setup | ||
|
||
|
||
## Install helm | ||
|
||
To install helm chart, use the following command: | ||
|
||
```sh | ||
winget install helm.helm | ||
``` | ||
Note another way to install helm: Open a "command prompt" as system administrator, go to "sparc" folder, use chocolate to install helm. | ||
|
||
``` | ||
choco | ||
choco install kubernetes-helm | ||
``` | ||
## Sync "Dev hangout" files to local | ||
go to teams/Dev hangout/ files, select "sync" | ||
|
||
## Create a symlink by running this command | ||
|
||
Open a "command prompt" as system administrator, go to "sparc" folder, use following command | ||
|
||
``` | ||
mklink /D envs "C:\Users\[user]\Quartech Systems Limited\SPD QT No41 only - Dev hangout - secrets\envs" | ||
``` |
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