From f6fa8f77fecc52dcddaed28d961500dd0800a303 Mon Sep 17 00:00:00 2001 From: Alan Tang Date: Sat, 5 Oct 2019 08:47:20 +0800 Subject: [PATCH] [incubator/vault] Update readme for missed nodeSelector and tolerations (#17698) Signed-off-by: Alan Tang --- incubator/vault/Chart.yaml | 2 +- incubator/vault/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/incubator/vault/Chart.yaml b/incubator/vault/Chart.yaml index 36cb90d69d..bf1082210a 100644 --- a/incubator/vault/Chart.yaml +++ b/incubator/vault/Chart.yaml @@ -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 diff --git a/incubator/vault/README.md b/incubator/vault/README.md index 215b2400f2..a817368b3f 100644 --- a/incubator/vault/README.md +++ b/incubator/vault/README.md @@ -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 | `{}` |