changelog++ (#956)
This commit is contained in:
parent
3387881451
commit
b13201831d
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* server: Add support for dual stack clusters [GH-833](https://github.com/hashicorp/vault-helm/pull/833)
|
* server: Add support for dual stack clusters [GH-833](https://github.com/hashicorp/vault-helm/pull/833)
|
||||||
|
* server: Support `hostAliases` for the StatefulSet pods [GH-955](https://github.com/hashicorp/vault-helm/pull/955)
|
||||||
|
|
||||||
Bugs:
|
Bugs:
|
||||||
* csi: Add namespace field to `csi-role` and `csi-rolebindings`. [GH-909](https://github.com/hashicorp/vault-helm/pull/909)
|
* csi: Add namespace field to `csi-role` and `csi-rolebindings`. [GH-909](https://github.com/hashicorp/vault-helm/pull/909)
|
||||||
|
|
|
@ -444,11 +444,13 @@ server:
|
||||||
# - secretName: chart-example-tls
|
# - secretName: chart-example-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
# - chart-example.local
|
# - chart-example.local
|
||||||
|
|
||||||
# hostAliases is a list of aliases to be added to /etc/hosts. Specified as a YAML list.
|
# hostAliases is a list of aliases to be added to /etc/hosts. Specified as a YAML list.
|
||||||
hostAliases: []
|
hostAliases: []
|
||||||
# - ip: 127.0.0.1
|
# - ip: 127.0.0.1
|
||||||
# hostnames:
|
# hostnames:
|
||||||
# - chart-example.local
|
# - chart-example.local
|
||||||
|
|
||||||
# OpenShift only - create a route to expose the service
|
# OpenShift only - create a route to expose the service
|
||||||
# By default the created route will be of type passthrough
|
# By default the created route will be of type passthrough
|
||||||
route:
|
route:
|
||||||
|
|
Loading…
Reference in a new issue