This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new e5e25f0 Post install notes formatting (#363)
e5e25f0 is described below
commit e5e25f0433431f3d7ce402e7a263fbb306698792
Author: Neeraj Laad <[email protected]>
AuthorDate: Mon Nov 19 14:40:00 2018 +0000
Post install notes formatting (#363)
* consistent formatting of post install notes
---
helm/openwhisk/templates/NOTES.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/helm/openwhisk/templates/NOTES.txt
b/helm/openwhisk/templates/NOTES.txt
index 20f85ee..6cc51dd 100644
--- a/helm/openwhisk/templates/NOTES.txt
+++ b/helm/openwhisk/templates/NOTES.txt
@@ -11,9 +11,11 @@ To configure your wsk cli to connect to it, set the apihost
property
by running the command `kubectl get services -o wide` and
use the hostname of the `EXTERNAL-IP` of the {{ .Values.nginx.name }} service
and port 443 in the command below:
-$ wsk property set --apihost NGINX_SERVICE_EXTERNAL_IP:443
+
+ $ wsk property set --apihost NGINX_SERVICE_EXTERNAL_IP:443
{{- else }}
using the command below:
+
$ wsk property set --apihost {{ .Values.whisk.ingress.apiHostName -}}:{{-
.Values.whisk.ingress.apiHostPort }}
{{- end }}