[incubator/vault] Update readme for missed nodeSelector and tolerations (#17698)

Signed-off-by: Alan Tang <alantang888@users.noreply.github.com>
This commit is contained in:
Alan Tang
2019-10-04 17:47:20 -07:00
committed by Kubernetes Prow Robot
parent 3a64be0aec
commit f6fa8f77fe
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.21.2
version: 0.21.3
appVersion: 1.1.2
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
+2
View File
@@ -66,6 +66,8 @@ The following table lists the configurable parameters of the Vault chart and the
| `resources.limits.cpu` | Container requested CPU | `nil` |
| `resources.limits.memory` | Container requested memory | `nil` |
| `affinity` | Affinity settings | See values.yaml |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | Tolerations for node taints | `[]` |
| `service.loadBalancerIP` | Assign a static IP to the loadbalancer | `nil` |
| `service.loadBalancerSourceRanges`| IP whitelist for service type loadbalancer | `[]` |
| `service.annotations` | Annotations for service | `{}` |