Skip to content

Commit

Permalink
[grafana] document ingress.path parameter (helm#12484)
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Kristian Flaatten <[email protected]>
  • Loading branch information
Starefossen authored and k8s-ci-robot committed Mar 24, 2019
1 parent 7519410 commit b086d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 2.3.3
version: 2.3.4
appVersion: 6.0.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
1 change: 1 addition & 0 deletions stable/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
| `ingress.enabled` | Enables Ingress | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `ingress.labels` | Custom labels | `{}` |
| `ingress.path` | Ingress accepted path | `/` |
| `ingress.hosts` | Ingress accepted hostnames | `[]` |
| `ingress.tls` | Ingress TLS configuration | `[]` |
| `resources` | CPU/Memory resource requests/limits | `{}` |
Expand Down

0 comments on commit b086d6d

Please sign in to comment.