Skip to content

Commit

Permalink
[stable/consul] Document Ingress vars in README (helm#10927)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Aadland <[email protected]>
  • Loading branch information
DaemonDude23 authored and k8s-ci-robot committed Jan 28, 2019
1 parent 3bcc64f commit a1ec457
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/consul/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: consul
home: https://github.com/hashicorp/consul
version: 3.5.2
version: 3.5.3
appVersion: 1.0.0
description: Highly available and distributed service discovery and key-value store
designed with support for the modern data center to make distributed systems and
Expand Down
9 changes: 7 additions & 2 deletions stable/consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,21 @@ The following table lists the configurable parameters of the consul chart and th
| `tolerations` | Tolerations for pod assignment | `[]` |
| `maxUnavailable` | Pod disruption Budget maxUnavailable | `1` |
| `ui.enabled` | Enable Consul Web UI | `true` |
| `uiIngress.enabled` | Create Ingress for Consul Web UI | `false` |
| `uiIngress.annotations` | Associate annotations to the Ingress | `{}` |
| `uiIngress.labels` | Associate labels to the Ingress | `{}` |
| `uiIngress.hosts` | Associate hosts with the Ingress | `[]` |
| `uiIngress.tls` | Associate TLS with the Ingress | `{}` |
| `uiService.enabled` | Create dedicated Consul Web UI svc | `true` |
| `uiService.type` | Dedicate Consul Web UI svc type | `NodePort` |
| `uiService.annotations` | Extra annotations for UI service | `{}` |
| `acl.enabled` | Enable basic ACL configuration | `false` |
| `acl.masterToken` | Master token that was provided in consul ACL config file | `""` |
| `acl.agentToken` | Agent token that was provided in consul ACL config file | `""` |
| `acl.agentToken` | Agent token that was provided in consul ACL config file | `""` |
| `test.image` | Test container image requires kubectl + bash (used for helm test) | `lachlanevenson/k8s-kubectl` |
| `test.imageTag` | Test container image tag (used for helm test) | `v1.4.8-bash` |
| `test.rbac.create` | Create rbac for test container | `false` |
| `test.rbac.serviceAccountName` | Name of existed service account for test container | `` |
| `test.rbac.serviceAccountName` | Name of existed service account for test container | `` |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand Down

0 comments on commit a1ec457

Please sign in to comment.