Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Fix TAP guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Jan 30, 2023
1 parent 62528de commit a59023c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Verify the available version.
Review the default values

```
% tanzu package available get tap-toolkit-starter.tanzu.japan.com/1.3.4 --values-schema
export VERSION=<TOOLKIT_VERSION>
% tanzu package available get tap-toolkit-starter.tanzu.japan.com/${VERSION} --values-schema
```


Expand All @@ -50,9 +51,8 @@ Install the TAP toolkit starter. The following is the minimum value based on def
export VERSION=<TOOLKIT_VERSION>
cat <<EOF > values.yaml
sso:
domain: <shared-domain>
redirect_urls:
- http://wordcloud.<developernamespace>.<shared-domain>
- http://wordcloud.<developernamespace>.<shared-domain>/login/oauth2/code/sso
EOF
tanzu package install tap-toolkit -p tap-toolkit-starter.tanzu.japan.com -v ${VERSION} --values-file values.yaml -n tap-install
```
Expand Down

0 comments on commit a59023c

Please sign in to comment.