Address PR comments

This commit is contained in:
Jack Zampolin
2016-12-02 08:08:13 -08:00
parent 04a4fcebe9
commit 2379266420
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 -}}