mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
3a64be0aec
commit
f6fa8f77fe
@@ -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
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user