From 237926642020ddeaf5680ea513b0db3077f01123 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Fri, 2 Dec 2016 08:08:13 -0800 Subject: [PATCH] Address PR comments --- stable/chronograf/README.md | 2 +- stable/chronograf/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/chronograf/README.md b/stable/chronograf/README.md index 00dbcec09f..d2812c8213 100644 --- a/stable/chronograf/README.md +++ b/stable/chronograf/README.md @@ -12,7 +12,7 @@ $ helm install stable/chronograf --name foo --namespace bar ## Introduction -This chart bootstraps A Chronograf deployment and service on a Kubernetes cluster using the Helm Package manager. +This chart bootstraps a Chronograf deployment and service on a Kubernetes cluster using the Helm Package manager. ## Prerequisites diff --git a/stable/chronograf/templates/NOTES.txt b/stable/chronograf/templates/NOTES.txt index 167114d7a9..76db5bff6c 100644 --- a/stable/chronograf/templates/NOTES.txt +++ b/stable/chronograf/templates/NOTES.txt @@ -22,7 +22,7 @@ To watch for the LoadBalancer IP run the following {{- end }} {{- if .Values.ingress.enabled }} -Chronograf will be available at the following IP +Chronograf will be available at the URL: - http://{{ .Values.ingress.hostname }} {{- end -}} \ No newline at end of file