From a59023cd53b4e5c86fd695778e099558d39796ce Mon Sep 17 00:00:00 2001 From: machih Date: Mon, 30 Jan 2023 22:55:27 +0900 Subject: [PATCH] Fix TAP guide --- TAP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TAP.md b/TAP.md index d93a593..2c9867e 100644 --- a/TAP.md +++ b/TAP.md @@ -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= +% tanzu package available get tap-toolkit-starter.tanzu.japan.com/${VERSION} --values-schema ``` @@ -50,9 +51,8 @@ Install the TAP toolkit starter. The following is the minimum value based on def export VERSION= cat < values.yaml sso: - domain: redirect_urls: - - http://wordcloud.. + - http://wordcloud../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 ```