Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Update README to match values.yaml (#2628)
Browse files Browse the repository at this point in the history
* Update README to match values.yaml

Readme doesn't reflect correctly default values contained on values.yaml

* Upgrade chart version to fix lint
  • Loading branch information
andor-pierdelacabeza authored and unguiculus committed Dec 7, 2017
1 parent 1cf887c commit 8105dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1.1.0
version: 1.1.1
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
4 changes: 2 additions & 2 deletions stable/consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ The following tables lists the configurable parameters of the consul chart and t
| `ConsulDnsPort` | Container dns listening port | `8600` |
| `antiAffinity` | Consul pod anti-affinity setting | `hard` |
| `maxUnavailable` | Pod disruption Budget maxUnavailable | `1` |
| `ui.enabled` | Enable Consul Web UI | `false` |
| `uiService.enabled` | Create dedicated Consul Web UI svc | `false` |
| `ui.enabled` | Enable Consul Web UI | `true` |
| `uiService.enabled` | Create dedicated Consul Web UI svc | `true` |
| `uiService.type` | Dedicate Consul Web UI svc type | `NodePort` |
| `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` |
Expand Down

0 comments on commit 8105dd9

Please sign in to comment.