File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain
152
152
run-tests :
153
153
./tests.sh ${KUBECONFIG}
154
154
155
- kots-upgrade :
155
+ kots-uprgade :
156
156
@echo " Upgrade gitpod KOTS app to latest"
157
157
kubectl kots upstream upgrade --kubeconfig=${KUBECONFIG} gitpod -n gitpod --deploy
158
158
@@ -187,8 +187,9 @@ destroy-aks: select-workspace
187
187
188
188
get-results :
189
189
@echo " If you have gotten this far, it means your setup succeeded"
190
- @echo " The IP address of you setup is " https:// $(TF_VAR_TEST_ID ) .gitpod-self-hosted.com" "
190
+ @echo " The IP address of you setup is " $(TF_VAR_TEST_ID ) .gitpod-self-hosted.com" "
191
191
@echo " Following is the KUBECONFIG you can use to connect to the cluster:"
192
+ @cat tmp_config.yml
192
193
@cat ${KUBECONFIG}
193
194
194
195
list-state :
You can’t perform that action at this time.
0 commit comments